diff options
author | heinz <heinz> | 2007-05-16 19:22:29 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-05-16 19:22:29 +0000 |
commit | 9f351fd0bbeaa1c97581ee4c10d022168a501f0b (patch) | |
tree | b76028cb4dc78e0f7c155fc4152875ca2be20b6b /graphics/p5-GD | |
parent | 369556210ed7163009514d24759f217c727cbb67 (diff) | |
download | pkgsrc-9f351fd0bbeaa1c97581ee4c10d022168a501f0b.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index d3457cd2680..212d00ef443 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/17 13:46:34 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/05/16 19:22:29 heinz Exp $ DISTNAME= GD-2.30 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html COMMENT= Perl5 interface to gd graphics library +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28 |