diff options
author | mezz <mezz@FreeBSD.org> | 2005-10-23 00:23:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-10-23 00:23:18 +0800 |
commit | fc74435a3ceec08b80d558833cf9304ffb0add6e (patch) | |
tree | d6ae257a6d5ba06a0237d537a929cb3109b498a5 /textproc/gnome-spell | |
parent | 8f680c73eaff102e7089907dd07b241c109c17ec (diff) | |
download | freebsd-ports-gnome-fc74435a3ceec08b80d558833cf9304ffb0add6e.tar.gz freebsd-ports-gnome-fc74435a3ceec08b80d558833cf9304ffb0add6e.tar.zst freebsd-ports-gnome-fc74435a3ceec08b80d558833cf9304ffb0add6e.zip |
Fix FreeBSD 4.x build by add intlhack.
PR: ports/87844
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
Diffstat (limited to 'textproc/gnome-spell')
-rw-r--r-- | textproc/gnome-spell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 91ac81a30f51..fff4e03ef384 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |