diff options
author | pav <pav@FreeBSD.org> | 2004-06-25 16:07:25 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-25 16:07:25 +0000 |
commit | 8890064186c0cd50d5711d7915b50a70c5f988ca (patch) | |
tree | dc1718bf750e82bb40b8965c5297c9ab6ae6554b /mail/gnubiff | |
parent | d6807c06c74a22a960b9b8fe719f2915a2d0d323 (diff) | |
download | FreeBSD-ports-8890064186c0cd50d5711d7915b50a70c5f988ca.zip FreeBSD-ports-8890064186c0cd50d5711d7915b50a70c5f988ca.tar.gz |
- 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 c4623d0..dc32639 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" \ |