diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
commit | 2bd36282e8889bfac505978e2ef2c86d4c46decd (patch) | |
tree | e6ae56e6728ffccff3a0d38cfb350c6bc58e62bc /mail/gnubiff | |
parent | 41df51b901376c288e0f3e07f351a976a0c9bfec (diff) | |
download | ports-2bd36282e8889bfac505978e2ef2c86d4c46decd.tar.gz ports-2bd36282e8889bfac505978e2ef2c86d4c46decd.zip |
Notes
Diffstat (limited to 'mail/gnubiff')
-rw-r--r-- | mail/gnubiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 165ae5f55001..b47c2ae30c68 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tdb@FreeBSD.org COMMENT= A mail notification program for Gnome -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - fam.0:${PORTSDIR}/devel/fam +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes 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" \ |