From 67e5d292ef066c898650750db1b5b2b1abfa9e10 Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 6 Jul 2013 17:27:41 +0000 Subject: Convert some of my ports from USE_GMAKE to USES=gmake. The remainder have other pending patches which I must finish before conversion. --- sysutils/x86info/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 4e9c2725a12f..143152fa782a 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= pci:${PORTSDIR}/devel/libpci ONLY_FOR_ARCHS= i386 amd64 USE_GCC= any -USE_GMAKE= yes +USES= gmake pkgconfig ALL_TARGET= x86info lsmsr -USES= pkgconfig USE_PYTHON_BUILD=yes MAKE_JOBS_SAFE= yes -- cgit