aboutsummaryrefslogtreecommitdiff
path: root/sysutils/x86info
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-07-26 06:48:48 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-07-26 06:48:48 +0000
commitb5b991f3f01fdfc3c241957227112fd9d4846fea (patch)
treec1d1bb843bdc26798403c6a3d2bc182e3ab70567 /sysutils/x86info
parente60ba6d2051b5dd1a98fc286342b4a015ed42b0b (diff)
downloadports-b5b991f3f01fdfc3c241957227112fd9d4846fea.tar.gz
ports-b5b991f3f01fdfc3c241957227112fd9d4846fea.zip
Notes
Diffstat (limited to 'sysutils/x86info')
-rw-r--r--sysutils/x86info/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 539c873112b4..601c8593565f 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -16,13 +16,13 @@ COMMENT= An x86 CPU identification utility
LICENSE= GPLv2
-LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci
+LIB_DEPENDS= pci:${PORTSDIR}/devel/libpci
ONLY_FOR_ARCHS= i386 amd64
USE_GMAKE= yes
ALL_TARGET= x86info lsmsr
-USE_GNOME= pkgconfig
+USE_PKGCONFIG= build
USE_PYTHON_BUILD=yes
MAKE_JOBS_SAFE= yes
@@ -32,11 +32,6 @@ PLIST_FILES= bin/lsmsr bin/x86info
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 701102
-BUILD_DEPENDS+= ${LOCALBASE}/include/cpu.h:${PORTSDIR}/sysutils/devcpu
-CFLAGS+= -I${LOCALBASE}/include
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/lsmsr ${PREFIX}/bin