diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 10:11:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 10:11:22 +0000 |
commit | 57846e8efe1466a485854ff422596b600eaea641 (patch) | |
tree | 5eb0c06b65e360294c340a34db2976472d667f41 /graphics/gimp | |
parent | fb0bda52358dbc7a98759454b5dceeb6b735dd5f (diff) |
- Fix build on 4.x
Reported by: Lauri J Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
Pointy hat to: bland
Notes
Notes:
svn path=/head/; revision=120759
Diffstat (limited to 'graphics/gimp')
-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 |