Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: add missing build dependen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9169c431c0d
branches:  trunk
changeset: 436164:f9169c431c0d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 28 07:07:21 2020 +0000

description:
graphviz: add missing build dependency on ghostscript

diffstat:

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

diffs (18 lines):

diff -r 58e4ce3c2901 -r f9169c431c0d graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Tue Jul 28 06:42:44 2020 +0000
+++ b/graphics/graphviz/Makefile        Tue Jul 28 07:07:21 2020 +0000
@@ -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 @@
 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