svn commit: r487242 - head/mail/gnubiff

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 11 16:38:45 UTC 2018


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


More information about the svn-ports-all mailing list