aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-29 23:17:17 +0800
committermiwi <miwi@FreeBSD.org>2014-05-29 23:17:17 +0800
commit8b1e08c53ace1bf4e3c3c33e403142531f923113 (patch)
treefc27d27c79e131ca25d4324d85b5212a1c3399da
parent9490b2896cf694a87891e2c52b6bcddff212d1a5 (diff)
downloadfreebsd-ports-gnome-8b1e08c53ace1bf4e3c3c33e403142531f923113.tar.gz
freebsd-ports-gnome-8b1e08c53ace1bf4e3c3c33e403142531f923113.tar.zst
freebsd-ports-gnome-8b1e08c53ace1bf4e3c3c33e403142531f923113.zip
- Remove USE_GMAKE support, please use USES=gmake instead
-rw-r--r--CHANGES5
-rw-r--r--Mk/bsd.port.mk4
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 5c701467f638..3fdaf68f288b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140529:
+AUTHOR: miwi@FreeBSD.org
+
+ USE_GMAKE is no longer supported, please use USES=gmake instead
+
20140526:
AUTHOR: bapt@FreeBSD.org
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 50c917a28529..015222ea8ade 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1513,10 +1513,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.pbi.mk"
-.if defined(USE_GMAKE)
-USES+= gmake
-.endif
-
.if !defined(UID)
UID!= ${ID} -u
.endif