diff options
author | joerg <joerg> | 2007-10-28 17:00:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-10-28 17:00:42 +0000 |
commit | 7f8522c2cca9db2e2ea68592795429e1a4cfea9d (patch) | |
tree | 4ebf7a41d862e43e91f0034f68a79c64bcbed1a0 /graphics/gimp | |
parent | 6e8a2cd046485ac4f8b2d0558699410945131c8c (diff) | |
download | pkgsrc-7f8522c2cca9db2e2ea68592795429e1a4cfea9d.tar.gz |
gimp 2.4 now supports DESTDIR out of the box.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1e838de270a..6a3c38b295d 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2007/10/28 16:43:00 dogcow Exp $ +# $NetBSD: Makefile,v 1.164 2007/10/28 17:00:42 joerg Exp $ DISTNAME= gimp-2.4.0 CATEGORIES= graphics @@ -17,6 +17,8 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= gimp<=1.2.3 +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config |