summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
authorseb <seb>2004-04-17 20:24:30 +0000
committerseb <seb>2004-04-17 20:24:30 +0000
commit25ce20f2b60a63e4882d16cc6c10854933aa242c (patch)
treeb1707d76ac678126ec399511eb9759f587669de8 /graphics/p5-GraphViz
parentc8e22bf44e07ddd2293d2e3151bbb283f612dc13 (diff)
downloadpkgsrc-25ce20f2b60a63e4882d16cc6c10854933aa242c.tar.gz
Bl3ify.
No need to include graphviz/buildlink?.mk a simple DEPENDS is enough. Remove unnecessary USE_X11.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index cec83118e1f..98320825d6c 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/28 12:34:02 seb Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/17 20:24:30 seb Exp $
#
DISTNAME= GraphViz-1.8
@@ -14,11 +14,10 @@ DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
-USE_BUILDLINK2= yes
-USE_X11= yes
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist
-.include "../../graphics/graphviz/buildlink2.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"