pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: add ps2pdf to tools to fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/649e0b68e5af
branches:  trunk
changeset: 382213:649e0b68e5af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 23 08:11:04 2022 +0000

description:
graphviz: add ps2pdf to tools to fix build

diffstat:

 graphics/graphviz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c60c328ec7e7 -r 649e0b68e5af graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Sat Jul 23 07:14:54 2022 +0000
+++ b/graphics/graphviz/Makefile        Sat Jul 23 08:11:04 2022 +0000
@@ -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_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