diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
commit | 63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch) | |
tree | 20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /graphics/mapnik | |
parent | Mark as broken: does not fetch (diff) |
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr
Diffstat (limited to 'graphics/mapnik')
-rw-r--r-- | graphics/mapnik/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 925441431550..24ca0e3a94dd 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -127,9 +127,7 @@ IGNORE= does not install: runs out of virtual memory SCONS_ARGS+= WARNING_CXXFLAGS=${WARNING_CXXFLAGS} SCONS_ARGS+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" -.if defined (MAKE_JOBS_NUMBER) SCONS_ARGS+= JOBS=${MAKE_JOBS_NUMBER} -.endif pre-configure: .if ${PORT_OPTIONS:MSQLITE3} |