diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-25 16:07:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-25 16:07:25 +0000 |
commit | ff791ee73ab95af18dff49549f75d2159eda8d6a (patch) | |
tree | ea5a51f6683cc3884a62fa17282e3e3820c6cc63 | |
parent | Update to 1.33 (diff) |
- Fix build on 4.x
-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" \ |