summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /graphics/p5-GraphViz
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index 9e689e4ec1d..4176cc5c2ac 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/10 21:03:18 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2008/05/26 02:13:20 joerg Exp $
#
DISTNAME= GraphViz-2.02
@@ -14,6 +14,8 @@ COMMENT= Perl interface to the Graphviz tools set
# This is for the 'test' target
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+USE_TOOLS+= pax
+
DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
@@ -24,7 +26,7 @@ REPLACE_PERL+= examples/*
post-install:
cd ${WRKSRC}/examples && \
- ${PAX} -pm -rw . ${PREFIX}/share/examples/p5-GraphViz
+ pax -pm -rw . ${PREFIX}/share/examples/p5-GraphViz
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"