diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-20 19:04:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-20 19:04:45 +0800 |
commit | 50a7ae5ca6fb120f720a53c7a17d2ac74f1f5692 (patch) | |
tree | 9feddc8a2b66268a4d65522d0c37ac752579649c /graphics | |
parent | c9b3882ac2041b47ba9fbd7c249e5152afb85b3f (diff) | |
download | freebsd-ports-gnome-50a7ae5ca6fb120f720a53c7a17d2ac74f1f5692.tar.gz freebsd-ports-gnome-50a7ae5ca6fb120f720a53c7a17d2ac74f1f5692.tar.zst freebsd-ports-gnome-50a7ae5ca6fb120f720a53c7a17d2ac74f1f5692.zip |
Use USE_GNOMENG.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 189b12466d7d..294cd148ec2e 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -31,7 +31,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore |