diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-12 14:12:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-12 14:12:21 +0000 |
commit | b1f68a06477852479be787c30937bb47db4d5484 (patch) | |
tree | e0d895d858d0837b6d0e983eb7caf1a2f773e35e /www/gtkhtml38 | |
parent | - Remove unneeded dependency (diff) |
- Add intlhack to fix install on -STABLE
Notes
Notes:
svn path=/head/; revision=103785
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" \ |