summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-04-22 22:47:20 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-04-22 22:47:20 +0000
commit158ae1c089a1d00e23b5e9d410c586e2aee82784 (patch)
tree79fd7b1266d3e248deed438f5670141c2cb000cd /sysutils
parentConvert my ports to use the new USES=pkgconfig (diff)
Convert to USES from USE_PKGCONFIG
Reviewed by: bapt
Notes
Notes: svn path=/head/; revision=316285
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/x86info/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 5fdf0f9a9052..4e9c2725a12f 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -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