diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-18 05:34:15 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-18 05:34:15 +0000 |
commit | fab9a75d4365ecb5736e52c3927ca6863d439d62 (patch) | |
tree | f174428de76468f560f2b12b2ffd2f43e50b4686 | |
parent | - Add a new port: science/R-cran-DCluster (diff) |
- Add missing dependency on pkg-config.
PR: ports/160789
Submitted by: olgeni@
Notes
Notes:
svn path=/head/; revision=281931
-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 80c1ee2ff736..53a47d53a409 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci USE_GMAKE= yes USE_PYTHON_BUILD= yes +USE_GNOME= pkgconfig LICENSE= GPLv2 ALL_TARGET= x86info lsmsr ONLY_FOR_ARCHS= i386 amd64 |