diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-11 11:34:54 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-11 11:34:54 +0000 |
commit | 68a880bc9936f58a850c574a17ad0752e80c60ea (patch) | |
tree | 72750e3f8cebb76cbfa2b6ed2703bbdc3cb9a305 | |
parent | Applied patches to work on 4.x, they should have been included in (diff) |
- Add missing dependency (on libfam)
PR: ports/76074
Submitted by: maintainer
Reported by: kris
Notes
Notes:
svn path=/head/; revision=126131
-rw-r--r-- | mail/gnubiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 7405ada5984b..e5dbbae757e4 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnubiff PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tim@bishnet.net COMMENT= A mail notification program for Gnome -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ + fam.0:${PORTSDIR}/devel/fam USE_X_PREFIX= yes USE_GNOME= intlhack libglade2 esound |