svn commit: r310683 - head/net-p2p/amule

Barbara Guida bar at FreeBSD.org
Sun Jan 20 11:52:16 UTC 2013


Author: bar
Date: Sun Jan 20 11:52:15 2013
New Revision: 310683
URL: http://svnweb.freebsd.org/changeset/ports/310683

Log:
  Convert to USE_PKGCONFIG.
  Use space instead of tab after Created by header.
  
  Approved by:	flo (mentor)

Modified:
  head/net-p2p/amule/Makefile

Modified: head/net-p2p/amule/Makefile
==============================================================================
--- head/net-p2p/amule/Makefile	Sun Jan 20 11:51:07 2013	(r310682)
+++ head/net-p2p/amule/Makefile	Sun Jan 20 11:52:15 2013	(r310683)
@@ -1,4 +1,4 @@
-# Created by:	Ganael LAPLANCHE <ganael.laplanche at martymac.org>
+# Created by: Ganael LAPLANCHE <ganael.laplanche at martymac.org>
 # $FreeBSD$
 
 PORTNAME=	amule
@@ -23,7 +23,7 @@ CONFLICTS=	amule-devel-[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
@@ -61,7 +61,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-head mailing list