diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /graphics/p5-GraphViz | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.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/Makefile | 6 |
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" |