svn commit: r316319 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Tue Apr 23 08:03:59 UTC 2013


Author: rene
Date: Tue Apr 23 08:03:58 2013
New Revision: 316319
URL: http://svnweb.freebsd.org/changeset/ports/316319

Log:
  Convert USE_PKGCONFIG

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Tue Apr 23 07:59:07 2013	(r316318)
+++ head/www/chromium/Makefile	Tue Apr 23 08:03:58 2013	(r316319)
@@ -42,13 +42,12 @@ RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/l
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_XZ=		yes
-USES=		bison
+USES=		bison pkgconfig
 USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
 USE_PYTHON_BUILD=	2.6+
 USE_XORG=	scrnsaverproto x11 xproto xscrnsaver xtst
 USE_GNOME=	glib20 gtk20 dconf libxslt
-USE_PKGCONFIG=	build
 MAN1=		chrome.1
 
 DESKTOP_ENTRIES="Chromium" "Web browser" "${DATADIR}/product_logo_48.png" \


More information about the svn-ports-all mailing list