summaryrefslogtreecommitdiff
path: root/graphics/p5-Chart-ThreeD
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-04 19:55:40 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-04 19:55:40 +0000
commit22b22478cae342df61a9d4ce6430509782e71295 (patch)
treed8db7afdb45e1ce57ae2288fc8fca33e58a9d074 /graphics/p5-Chart-ThreeD
parent3e52f1e1206f6f8752039012cf4b6068b3589bd9 (diff)
downloadpkgsrc-22b22478cae342df61a9d4ce6430509782e71295.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'graphics/p5-Chart-ThreeD')
-rw-r--r--graphics/p5-Chart-ThreeD/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-Chart-ThreeD/Makefile b/graphics/p5-Chart-ThreeD/Makefile
index cae65c6b3e9..29cded2a563 100644
--- a/graphics/p5-Chart-ThreeD/Makefile
+++ b/graphics/p5-Chart-ThreeD/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:36 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2007/09/04 19:55:40 joerg Exp $
DISTNAME= Chart-ThreeD-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5c3d
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
@@ -15,5 +15,7 @@ DEPENDS+= p5-GD>=2.16:../../graphics/p5-GD
PERL5_PACKLIST= auto/Chart-ThreeD/.packlist
+REPLACE_PERL+= pie.pl
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"