svn commit: r310681 - head/net-p2p/amule-devel

Barbara Guida bar at FreeBSD.org
Sun Jan 20 11:49:29 UTC 2013


Author: bar
Date: Sun Jan 20 11:49:29 2013
New Revision: 310681
URL: http://svnweb.freebsd.org/changeset/ports/310681

Log:
  Convert to USE_PKGCONFIG.
  
  Approved by:	flo (mentor)

Modified:
  head/net-p2p/amule-devel/Makefile

Modified: head/net-p2p/amule-devel/Makefile
==============================================================================
--- head/net-p2p/amule-devel/Makefile	Sun Jan 20 11:03:24 2013	(r310680)
+++ head/net-p2p/amule-devel/Makefile	Sun Jan 20 11:49:29 2013	(r310681)
@@ -23,7 +23,7 @@ CONFLICTS=	amule-[0-9]*
 
 USE_BZIP2=	yes
 USE_BISON=	build
-USE_GNOME=	pkgconfig
+USE_PKGCONFIG=	yes
 USE_GMAKE=	yes
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
@@ -62,7 +62,6 @@ PORTDOCS=	ABOUT-NLS Changelog EC_Protoco
 		amulesig.txt license.txt
 
 FLEX?=		${LOCALBASE}/bin/flex
-PKG_CONFIG?=	${LOCALBASE}/bin/pkg-config
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list