diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-22 04:08:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-22 04:08:31 +0800 |
commit | 167b60a61f3e7a9c47c2b7e63c149890fbd1fff1 (patch) | |
tree | be09cefe7af47d4f7ecc92255ea3aa51112789ea | |
parent | 1353271a313d7f418c14a2cf220be0ddf1a96d07 (diff) | |
download | freebsd-ports-gnome-167b60a61f3e7a9c47c2b7e63c149890fbd1fff1.tar.gz freebsd-ports-gnome-167b60a61f3e7a9c47c2b7e63c149890fbd1fff1.tar.zst freebsd-ports-gnome-167b60a61f3e7a9c47c2b7e63c149890fbd1fff1.zip |
Use intlhack to fix the build on 4.X.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
-rw-r--r-- | multimedia/totem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index c2758c7de69e..49c4fa3fd672 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomedesktop +USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |