Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 11:49:29 +0000 (UTC)
From:      Barbara Guida <bar@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310681 - head/net-p2p/amule-devel
Message-ID:  <201301201149.r0KBnTXG049458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301201149.r0KBnTXG049458>