diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-04-22 22:47:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-04-22 22:47:20 +0000 |
commit | 158ae1c089a1d00e23b5e9d410c586e2aee82784 (patch) | |
tree | 79fd7b1266d3e248deed438f5670141c2cb000cd /sysutils/x86info/Makefile | |
parent | 2ae613e616e336250988ef63fecaea82faea68ff (diff) |
Notes
Diffstat (limited to 'sysutils/x86info/Makefile')
-rw-r--r-- | sysutils/x86info/Makefile | 2 |
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 |