diff options
author | eadler <eadler@FreeBSD.org> | 2013-07-07 01:27:41 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-07-07 01:27:41 +0800 |
commit | 67e5d292ef066c898650750db1b5b2b1abfa9e10 (patch) | |
tree | d2047a81a3f38403bf0492097a8a80d4d1b384eb /sysutils | |
parent | 33f83ace3690c88d9d0a404fecef289f1c7d4523 (diff) | |
download | freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.tar.gz freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.tar.zst freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.zip |
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/x86info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |