diff options
author | pav <pav@FreeBSD.org> | 2004-03-12 22:12:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-12 22:12:21 +0800 |
commit | 29c154e73f700ded26814bcf4dcdc252efbba972 (patch) | |
tree | c3cb10bf69687d8c33b077819066044062d5f67a /www/gtkhtml38 | |
parent | 21361cb6865ecd1f629b6659f431be48072d10cc (diff) | |
download | freebsd-ports-gnome-29c154e73f700ded26814bcf4dcdc252efbba972.tar.gz freebsd-ports-gnome-29c154e73f700ded26814bcf4dcdc252efbba972.tar.zst freebsd-ports-gnome-29c154e73f700ded26814bcf4dcdc252efbba972.zip |
- Add intlhack to fix install on -STABLE
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r-- | www/gtkhtml38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 3b0c10a61023..274279ebbba1 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= soup-2.0.0:${PORTSDIR}/devel/libsoup USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gal2 gail +USE_GNOME= gnomeprefix gnomehack intlhack gal2 gail INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |