diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 23:17:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 23:17:17 +0800 |
commit | 8b1e08c53ace1bf4e3c3c33e403142531f923113 (patch) | |
tree | fc27d27c79e131ca25d4324d85b5212a1c3399da | |
parent | 9490b2896cf694a87891e2c52b6bcddff212d1a5 (diff) | |
download | freebsd-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-- | CHANGES | 5 | ||||
-rw-r--r-- | Mk/bsd.port.mk | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -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 |