summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-01-10 02:32:04 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-01-10 02:32:04 +0000
commit68e7b43367439626cbfc52289b4092f4a68eebcb (patch)
tree7f38b75056b80502121624819f26c653f2e4a8ec /graphics/p5-GraphViz
parent73c31068f252382929bb425e3d5155c5445f06a4 (diff)
downloadpkgsrc-68e7b43367439626cbfc52289b4092f4a68eebcb.tar.gz
More b16n; add ../../graphics/graphviz/buildlink.mk.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index 784acce5e93..3a92fe2e4b7 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/10/27 19:34:19 seb Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/10 02:32:04 uebayasi Exp $
#
DISTNAME= GraphViz-1.5
@@ -9,14 +9,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl interface to the Graphviz tools set
-DEPENDS+= graphviz>=1.8.5:../../graphics/graphviz
DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph
DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
+BUILDLINK_DEPENDS.graphviz= graphviz>=1.8.5
USE_BUILDLINK2= yes
USE_X11= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist
+.include "../../graphics/graphviz/buildlink2.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"