diff options
author | joerg <joerg> | 2007-09-04 19:55:40 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-04 19:55:40 +0000 |
commit | 72edfd0aac0c7af0bbf8902b0d1aa5e4dcf72048 (patch) | |
tree | d8db7afdb45e1ce57ae2288fc8fca33e58a9d074 /graphics/p5-Chart-ThreeD/Makefile | |
parent | dca3f0afee21b01d8e940d21a5a52fd8c8e3a848 (diff) | |
download | pkgsrc-72edfd0aac0c7af0bbf8902b0d1aa5e4dcf72048.tar.gz |
Fix path to Perl. Bump revision.
Diffstat (limited to 'graphics/p5-Chart-ThreeD/Makefile')
-rw-r--r-- | graphics/p5-Chart-ThreeD/Makefile | 6 |
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" |