diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-26 00:07:25 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-26 00:07:25 +0800 |
commit | ff791ee73ab95af18dff49549f75d2159eda8d6a (patch) | |
tree | ea5a51f6683cc3884a62fa17282e3e3820c6cc63 /mail/gnubiff | |
parent | 673f1375893b1f5f1df4961cf21f37655cc53fc2 (diff) | |
download | freebsd-ports-gnome-ff791ee73ab95af18dff49549f75d2159eda8d6a.tar.gz freebsd-ports-gnome-ff791ee73ab95af18dff49549f75d2159eda8d6a.tar.zst freebsd-ports-gnome-ff791ee73ab95af18dff49549f75d2159eda8d6a.zip |
- Fix build on 4.x
Diffstat (limited to 'mail/gnubiff')
-rw-r--r-- | mail/gnubiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index c4623d010659..dc3263960f86 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= libglade2 esound +USE_GNOME= intlhack libglade2 esound USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |