svn commit: r301554 - head/multimedia/xbmc

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 26 08:15:20 UTC 2012


Author: bapt
Date: Thu Jul 26 08:15:20 2012
New Revision: 301554
URL: http://svn.freebsd.org/changeset/ports/301554

Log:
  Use the new USE_PKGCONFIG macro
  
  Approved by:	mickael.maillot at gmail.com (maintainer)

Modified:
  head/multimedia/xbmc/Makefile

Modified: head/multimedia/xbmc/Makefile
==============================================================================
--- head/multimedia/xbmc/Makefile	Thu Jul 26 08:00:28 2012	(r301553)
+++ head/multimedia/xbmc/Makefile	Thu Jul 26 08:15:20 2012	(r301554)
@@ -59,7 +59,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_sqlit
 
 FETCH_ARGS=	-Fpr
 USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	autoconf libtool automake libltdl
 GNU_CONFIGURE=	yes
 USE_XORG=	xt xmu xrandr xtst



More information about the svn-ports-head mailing list