svn commit: r381961 - head/databases/galera
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 22 21:11:32 UTC 2015
Author: bdrewery
Date: Sun Mar 22 21:11:31 2015
New Revision: 381961
URL: https://svnweb.freebsd.org/changeset/ports/381961
QAT: https://qat.redports.org/buildarchive/r381961/
Log:
Don't needlessly override MAKE_CMD and also respect DISABLE_MAKE_JOBS.
Modified:
head/databases/galera/Makefile
Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile Sun Mar 22 20:52:24 2015 (r381960)
+++ head/databases/galera/Makefile Sun Mar 22 21:11:31 2015 (r381961)
@@ -26,7 +26,7 @@ USE_LDCONFIG= yes
USE_OPENSSL= yes
LDFLAGS+= -lboost_program_options -lboost_system
-MAKE_CMD= ${SCONS} -j${MAKE_JOBS_NUMBER} --config=force
+MAKE_ARGS+= --config=force
SHEBANG_FILES= docs/sphinx-*
@@ -69,15 +69,15 @@ IGNORE= need __WORDSIZE found in FreeBSD
.endif
.if ${PORT_OPTIONS:MBOOSTPOOL}
-MAKE_CMD+= boost_pool=1
+MAKE_ARGS+= boost_pool=1
.endif
.if ${PORT_OPTIONS:MBPOSTATIC}
-MAKE_CMD+= bpostatic=${PREFIX}/lib/libboost_program_options.so
+MAKE_ARGS+= bpostatic=${PREFIX}/lib/libboost_program_options.so
.endif
.if ${PORT_OPTIONS:MDEBUG}
-MAKE_CMD+= debug=3
+MAKE_ARGS+= debug=3
.endif
post-patch:
More information about the svn-ports-all
mailing list