From cbd99d85650b0875dfb5139c87a46ac5e8e47e85 Mon Sep 17 00:00:00 2001 From: mva Date: Fri, 24 Oct 2014 16:56:10 +0000 Subject: - Convert ports of sysutils/ to new USES=python Approved by: portmgr (implicit) --- sysutils/x86info/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysutils/x86info') diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 391514ccb3b5..5f35870f1c4c 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= libpci.so:${PORTSDIR}/devel/libpci ONLY_FOR_ARCHS= i386 amd64 -USES= gmake pkgconfig tar:tgz +USES= gmake pkgconfig python:build tar:tgz ALL_TARGET= x86info lsmsr -USE_PYTHON_BUILD=yes PLIST_FILES= bin/lsmsr bin/x86info man/man8/lsmsr.8.gz man/man1/x86info.1.gz -- cgit