pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 28 07:07:21 UTC 2020

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
graphviz: add missing build dependency on ghostscript


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 pkgsrc/graphics/graphviz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.215 pkgsrc/graphics/graphviz/Makefile:1.216
--- pkgsrc/graphics/graphviz/Makefile:1.215     Mon Jul 27 20:44:15 2020
+++ pkgsrc/graphics/graphviz/Makefile   Tue Jul 28 07:07:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.215 2020/07/27 20:44:15 adam Exp $
+# $NetBSD: Makefile,v 1.216 2020/07/28 07:07:21 wiz Exp $
 
 DISTNAME=      graphviz-2.44.1
 CATEGORIES=    graphics
@@ -9,6 +9,8 @@ HOMEPAGE=       https://www.graphviz.org/
 COMMENT=       Graph Drawing Programs from AT&T Research and Lucent Bell Labs
 LICENSE=       epl-v1.0
 
+TOOL_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
+
 CHECK_FILES_SKIP+=             ${PREFIX}/lib/graphviz/config6
 CHECK_PORTABILITY_SKIP+=       windows/*
 



Home | Main Index | Thread Index | Old Index