diff options
author | pav <pav@FreeBSD.org> | 2004-11-04 18:11:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-04 18:11:22 +0800 |
commit | 0b3308bfedf8628da41976d787783698c00c74f3 (patch) | |
tree | 4c0a6c8e7bad611420641e09606aeb7798363023 /graphics/gimp/Makefile | |
parent | 1b206f13da967aba4ca90a912c9f274259b59ab4 (diff) | |
download | freebsd-ports-gnome-0b3308bfedf8628da41976d787783698c00c74f3.tar.gz freebsd-ports-gnome-0b3308bfedf8628da41976d787783698c00c74f3.tar.zst freebsd-ports-gnome-0b3308bfedf8628da41976d787783698c00c74f3.zip |
- Fix build on 4.x
Reported by: Lauri J Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
Pointy hat to: bland
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index ec50fa068722..e5150fe7e76f 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -36,7 +36,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack intltool gtk20 libartlgpl2 librsvg2 +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore |