svn commit: r355709 - in head: . Mk

Martin Wilke miwi at FreeBSD.org
Thu May 29 15:17:18 UTC 2014


Author: miwi
Date: Thu May 29 15:17:17 2014
New Revision: 355709
URL: http://svnweb.freebsd.org/changeset/ports/355709
QAT: https://qat.redports.org/buildarchive/r355709/

Log:
  - Remove USE_GMAKE support, please use USES=gmake instead

Modified:
  head/CHANGES
  head/Mk/bsd.port.mk

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Thu May 29 15:13:24 2014	(r355708)
+++ head/CHANGES	Thu May 29 15:17:17 2014	(r355709)
@@ -10,6 +10,11 @@ in the release notes and/or placed into 
 
 All ports committers are allowed to commit to this file.
 
+20140529:
+AUTHOR: miwi at FreeBSD.org
+
+  USE_GMAKE is no longer supported, please use USES=gmake instead
+
 20140526:
 AUTHOR: bapt at FreeBSD.org
 

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu May 29 15:13:24 2014	(r355708)
+++ head/Mk/bsd.port.mk	Thu May 29 15:17:17 2014	(r355709)
@@ -1513,10 +1513,6 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/
 
 .include "${PORTSDIR}/Mk/bsd.pbi.mk"
 
-.if defined(USE_GMAKE)
-USES+=	gmake
-.endif
-
 .if !defined(UID)
 UID!=	${ID} -u
 .endif


More information about the svn-ports-all mailing list