diff options
author | pav <pav@FreeBSD.org> | 2004-06-26 00:07:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-26 00:07:25 +0800 |
commit | 8890064186c0cd50d5711d7915b50a70c5f988ca (patch) | |
tree | dc1718bf750e82bb40b8965c5297c9ab6ae6554b | |
parent | d6807c06c74a22a960b9b8fe719f2915a2d0d323 (diff) | |
download | freebsd-ports-gnome-8890064186c0cd50d5711d7915b50a70c5f988ca.tar.gz freebsd-ports-gnome-8890064186c0cd50d5711d7915b50a70c5f988ca.tar.zst freebsd-ports-gnome-8890064186c0cd50d5711d7915b50a70c5f988ca.zip |
- 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" \ |