summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-26 13:43:25 +0000
committerbapt <bapt@FreeBSD.org>2014-05-26 13:43:25 +0000
commitbc2e288ca7a5f7725c1a687f156ff7dad670e61b (patch)
tree84c149bda8293f644806b472f03da55924a1c056
parent1b93331620853daec9ae5198b0b8c13d8c00b3ee (diff)
downloadFreeBSD-ports-bc2e288ca7a5f7725c1a687f156ff7dad670e61b.zip
FreeBSD-ports-bc2e288ca7a5f7725c1a687f156ff7dad670e61b.tar.gz
Do not overwrite USES but append values to it
-rw-r--r--Mk/bsd.gnustep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk
index a9028ca..3b958f6 100644
--- a/Mk/bsd.gnustep.mk
+++ b/Mk/bsd.gnustep.mk
@@ -102,7 +102,7 @@ GNU_ARCH= ${MACHINE_ARCH}
.endif
.if !defined(USE_MAKEFILE)
-USES= gmake
+USES+= gmake
MAKEFILE= GNUmakefile
.endif
OpenPOWER on IntegriCloud