diff options
author | bapt <bapt@FreeBSD.org> | 2018-12-12 00:38:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-12-12 00:38:44 +0800 |
commit | a72c09fc651518311de212c096973cf5a0f05bf9 (patch) | |
tree | 0ffc9c83c3db005b0f1e836087885431dbc49317 /mail | |
parent | e49c05941b557119ff47c6cc8454854c56adb933 (diff) | |
download | freebsd-ports-gnome-a72c09fc651518311de212c096973cf5a0f05bf9.tar.gz freebsd-ports-gnome-a72c09fc651518311de212c096973cf5a0f05bf9.tar.zst freebsd-ports-gnome-a72c09fc651518311de212c096973cf5a0f05bf9.zip |
Remove false dependency on esound
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnubiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index c5ccf2cf6bba..3e6e46249f90 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnubiff PORTVERSION= 2.2.13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= SF @@ -15,7 +15,7 @@ LIB_DEPENDS= libpopt.so:devel/popt OPTIONS_DEFINE= NLS USES= compiler:c++11-lang cpe fam gmake pathfix pkgconfig -USE_GNOME= intlhack libglade2 esound +USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 |