svn commit: r355344 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 13:43:26 UTC 2014


Author: bapt
Date: Mon May 26 13:43:25 2014
New Revision: 355344
URL: http://svnweb.freebsd.org/changeset/ports/355344
QAT: https://qat.redports.org/buildarchive/r355344/

Log:
  Do not overwrite USES but append values to it

Modified:
  head/Mk/bsd.gnustep.mk

Modified: head/Mk/bsd.gnustep.mk
==============================================================================
--- head/Mk/bsd.gnustep.mk	Mon May 26 13:40:41 2014	(r355343)
+++ head/Mk/bsd.gnustep.mk	Mon May 26 13:43:25 2014	(r355344)
@@ -102,7 +102,7 @@ GNU_ARCH=	${MACHINE_ARCH}
 .endif
 
 .if !defined(USE_MAKEFILE)
-USES=		gmake
+USES+=		gmake
 MAKEFILE=	GNUmakefile
 .endif
 


More information about the svn-ports-all mailing list