summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-04 19:55:40 +0000
committerjoerg <joerg>2007-09-04 19:55:40 +0000
commita9009504c011cccb89e26e728ed0d81ace587597 (patch)
treed8db7afdb45e1ce57ae2288fc8fca33e58a9d074 /graphics
parentafa107e92ae6acd86e2e9bd14c509780fb207873 (diff)
downloadpkgsrc-a9009504c011cccb89e26e728ed0d81ace587597.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'graphics')
-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"