diff options
author | heinz <heinz> | 2007-06-11 18:00:49 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-06-11 18:00:49 +0000 |
commit | 470350ed41db86428cbc934d060fa3e88afcbcdb (patch) | |
tree | 7b2624784a3c62571f402a28618e3460e7aa7e3f /graphics/php-gd/Makefile | |
parent | fd8056615fc54f4b2a5287c507830a8f0b5bee65 (diff) | |
download | pkgsrc-470350ed41db86428cbc934d060fa3e88afcbcdb.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics/php-gd/Makefile')
-rw-r--r-- | graphics/php-gd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile index e2e95d35577..72887e2ebcd 100644 --- a/graphics/php-gd/Makefile +++ b/graphics/php-gd/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2007/05/08 11:30:49 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2007/06/11 18:00:49 heinz Exp $ MODNAME= gd CATEGORIES+= graphics COMMENT= PHP extension for GD graphics library +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-gd-[0-9]* # XXX we use bundled GD so that extension is usable also by non-threaded |