diff options
author | minskim <minskim> | 2004-04-25 03:35:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-25 03:35:25 +0000 |
commit | f6ec0bb8f773c71f2779652a3a1051e4bdd10b1b (patch) | |
tree | c4edc0f9681472e0eaa2324b7ea250eea04ddd3b /graphics/p5-GD | |
parent | 8906ef44cc99d75f28b0e14db8da5f6c74fa496d (diff) | |
download | pkgsrc-f6ec0bb8f773c71f2779652a3a1051e4bdd10b1b.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 63eeabde615..8c299ff6aba 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/10 23:32:32 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/25 03:35:25 minskim Exp $ DISTNAME= GD-2.07 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html COMMENT= Perl5 interface to gd graphics library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_X11= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/.packlist |