diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-28 03:15:09 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-28 03:15:09 +0800 |
commit | df6233fbe1ba04ccdf28e5cecf9e36dca89c118b (patch) | |
tree | c0a248e2cbc155a86017bf32bd29457be295bf06 /graphics | |
parent | 4b292bc3b3628ba48cb813e1ca91d6664fab8da3 (diff) | |
download | freebsd-ports-gnome-df6233fbe1ba04ccdf28e5cecf9e36dca89c118b.tar.gz freebsd-ports-gnome-df6233fbe1ba04ccdf28e5cecf9e36dca89c118b.tar.zst freebsd-ports-gnome-df6233fbe1ba04ccdf28e5cecf9e36dca89c118b.zip |
Append to USE_GNOME so py-gimp can define its own USE_GNOME set.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 1283336e45fd..a8164f3d9826 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -39,7 +39,7 @@ USE_GETTEXT= yes USE_XPM= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack desktopfileutils +USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack desktopfileutils USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore |