diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
commit | cbd99d85650b0875dfb5139c87a46ac5e8e47e85 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/x86info | |
parent | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (diff) | |
download | freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.gz freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.zst freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.zip |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/x86info')
-rw-r--r-- | sysutils/x86info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |