aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-07-07 01:27:41 +0800
committereadler <eadler@FreeBSD.org>2013-07-07 01:27:41 +0800
commit67e5d292ef066c898650750db1b5b2b1abfa9e10 (patch)
treed2047a81a3f38403bf0492097a8a80d4d1b384eb /misc
parent33f83ace3690c88d9d0a404fecef289f1c7d4523 (diff)
downloadfreebsd-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 'misc')
-rw-r--r--misc/getopt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 5d896c50e1ca..900a6dfb6966 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -9,8 +9,7 @@ MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Replacement for getopt(1) that supports GNU-style long options
-USES= gettext
-USE_GMAKE= yes
+USES= gettext gmake
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl