diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-21 20:08:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-21 20:08:31 +0000 |
commit | 167b60a61f3e7a9c47c2b7e63c149890fbd1fff1 (patch) | |
tree | be09cefe7af47d4f7ecc92255ea3aa51112789ea /multimedia/totem | |
parent | 1353271a313d7f418c14a2cf220be0ddf1a96d07 (diff) | |
download | FreeBSD-ports-167b60a61f3e7a9c47c2b7e63c149890fbd1fff1.zip FreeBSD-ports-167b60a61f3e7a9c47c2b7e63c149890fbd1fff1.tar.gz |
Use intlhack to fix the build on 4.X.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'multimedia/totem')
-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 c2758c7..49c4fa3 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" \ |