svn commit: r316285 - head/sysutils/x86info

Eitan Adler eadler at FreeBSD.org
Mon Apr 22 22:47:20 UTC 2013


Author: eadler
Date: Mon Apr 22 22:47:20 2013
New Revision: 316285
URL: http://svnweb.freebsd.org/changeset/ports/316285

Log:
  Convert to USES from USE_PKGCONFIG
  
  Reviewed by:	bapt

Modified:
  head/sysutils/x86info/Makefile

Modified: head/sysutils/x86info/Makefile
==============================================================================
--- head/sysutils/x86info/Makefile	Mon Apr 22 22:33:35 2013	(r316284)
+++ head/sysutils/x86info/Makefile	Mon Apr 22 22:47:20 2013	(r316285)
@@ -19,7 +19,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 USE_GCC=	any
 USE_GMAKE=	yes
 ALL_TARGET=	x86info lsmsr
-USE_PKGCONFIG=	build
+USES=	pkgconfig
 USE_PYTHON_BUILD=yes
 MAKE_JOBS_SAFE=	yes
 


More information about the svn-ports-all mailing list