diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapnik/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 37295ce17df6..e6452fcef4ef 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -103,6 +103,10 @@ SCONS_ENV+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +IGNORE= does not install: runs out of virtual memory +.endif + .if defined (MAKE_JOBS_NUMBER) SCONS_ENV+= JOBS=${MAKE_JOBS_NUMBER} .endif |