Date: Tue, 11 Dec 2018 16:38:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487242 - head/mail/gnubiff Message-ID: <201812111638.wBBGciOd074487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Dec 11 16:38:44 2018 New Revision: 487242 URL: https://svnweb.freebsd.org/changeset/ports/487242 Log: Remove false dependency on esound Modified: head/mail/gnubiff/Makefile Modified: head/mail/gnubiff/Makefile ============================================================================== --- head/mail/gnubiff/Makefile Tue Dec 11 16:35:58 2018 (r487241) +++ head/mail/gnubiff/Makefile Tue Dec 11 16:38:44 2018 (r487242) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812111638.wBBGciOd074487>