diff options
author | stas <stas@FreeBSD.org> | 2008-12-31 16:55:24 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-12-31 16:55:24 +0800 |
commit | e8c5aa10f4952af9df3281fa33cc9bd6ca2033a2 (patch) | |
tree | 85d0050b336681d56a5001649b5378d9e375d0c6 /sysutils | |
parent | 211faa1ed5b72f2cf4de446450a26bb657676910 (diff) | |
download | freebsd-ports-gnome-e8c5aa10f4952af9df3281fa33cc9bd6ca2033a2.tar.gz freebsd-ports-gnome-e8c5aa10f4952af9df3281fa33cc9bd6ca2033a2.tar.zst freebsd-ports-gnome-e8c5aa10f4952af9df3281fa33cc9bd6ca2033a2.zip |
- Add missing python dependency.
Spotted by: QAT
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/x86info/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index ad6473743a96..f423b7bb2210 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -16,6 +16,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= Utility to display information about the systems x86 processor(s) USE_GMAKE= yes +USE_PYTHON_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/x86info bin/lsmsr MAN1= x86info.1 |