- Remove USE_GMAKE support, please use USES=gmake instead

This commit is contained in:
Martin Wilke 2014-05-29 15:17:17 +00:00
parent b69a918fb8
commit 30a9cc83fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355709
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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