Don't needlessly override MAKE_CMD and also respect DISABLE_MAKE_JOBS.
This commit is contained in:
parent
450cc4619f
commit
4ed6caf58c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381961
1 changed files with 4 additions and 4 deletions
|
@ -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 9
|
|||
.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:
|
||||
|
|
Loading…
Reference in a new issue