diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-19 07:43:23 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-19 07:43:23 +0000 |
commit | 93d1e4664a41ba98f310d8bf2462ec735ab15700 (patch) | |
tree | db0ade4553989cb2d983b0c88914dba22a2f7d37 /graphics/p5-GD | |
parent | f164883978e2de44b8626fd28f1c569badb9a378 (diff) | |
download | pkgsrc-93d1e4664a41ba98f310d8bf2462ec735ab15700.tar.gz |
qd.pl needs REPLACE_PERL.
Increment PKGREVISION.
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 6ff1993d009..05eb4902a2c 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2011/11/01 06:01:42 sbd Exp $ +# $NetBSD: Makefile,v 1.52 2012/02/19 07:43:23 hiramatsu Exp $ DISTNAME= GD-2.46 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5bd CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} @@ -17,6 +17,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28 +REPLACE_PERL= qd.pl + USE_LANGUAGES= c PERL5_PACKLIST= auto/GD/.packlist |