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:           Sat Jul 23 08:11:04 UTC 2022

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
graphviz: add ps2pdf to tools to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 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.252 pkgsrc/graphics/graphviz/Makefile:1.253
--- pkgsrc/graphics/graphviz/Makefile:1.252     Fri Jul 22 17:07:10 2022
+++ pkgsrc/graphics/graphviz/Makefile   Sat Jul 23 08:11:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.252 2022/07/22 17:07:10 micha Exp $
+# $NetBSD: Makefile,v 1.253 2022/07/23 08:11:04 wiz Exp $
 
 DISTNAME=      graphviz-5.0.0
 PKGREVISION=   1
@@ -14,7 +14,7 @@ CHECK_FILES_SKIP+=            ${PREFIX}/lib/graphv
 CHECK_PORTABILITY_SKIP+=       windows/*
 
 USE_LANGUAGES=         c99 c++11
-USE_TOOLS+=            automake autoreconf makeinfo bison flex gmake groff pkg-config
+USE_TOOLS+=            automake autoreconf makeinfo bison flex gmake groff pkg-config ps2pdf
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures



Home | Main Index | Thread Index | Old Index