diff options
author | minskim <minskim> | 2004-04-25 03:35:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-25 03:35:25 +0000 |
commit | d0a481889bec6594be7cdd3d380b70ce88cb5ca7 (patch) | |
tree | c4edc0f9681472e0eaa2324b7ea250eea04ddd3b /graphics | |
parent | 4a07837e4ccd669573fadaf819a1d63b42abbbfd (diff) | |
download | pkgsrc-d0a481889bec6594be7cdd3d380b70ce88cb5ca7.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics')
-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 |