diff options
author | tdb <tdb@FreeBSD.org> | 2007-05-25 06:52:07 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2007-05-25 06:52:07 +0800 |
commit | bdd9056df165dfb82d0a5734e6c3dbe3d9f6124f (patch) | |
tree | 788ac0e88e4b126511a20625642df2f9ba36c8b6 /mail/gnubiff/Makefile | |
parent | 25d3a6622978c443e1e5dacb9dfbb53aa170e60d (diff) | |
download | freebsd-ports-gnome-bdd9056df165dfb82d0a5734e6c3dbe3d9f6124f.tar.gz freebsd-ports-gnome-bdd9056df165dfb82d0a5734e6c3dbe3d9f6124f.tar.zst freebsd-ports-gnome-bdd9056df165dfb82d0a5734e6c3dbe3d9f6124f.zip |
- Update to 2.2.6
- Remove WANT_FAM_SYSTEM
Submitted by: tmclaugh
Diffstat (limited to 'mail/gnubiff/Makefile')
-rw-r--r-- | mail/gnubiff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index c36a86fb4b6b..2572c9927cff 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTVERSION= 2.2.6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +19,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GNOME= intlhack libglade2 esound USE_GMAKE= yes USE_FAM= yes -WANT_FAM_SYSTEM=fam GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |