summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r--textproc/htmltolatex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile
index 7fee8598aaa3..49a79ea8a7a7 100644
--- a/textproc/htmltolatex/Makefile
+++ b/textproc/htmltolatex/Makefile
@@ -21,7 +21,8 @@ LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick
USE_BISON= build
USE_GMAKE= yes
MAKEFILE= GNUmakefile
-MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` CXX="${CXX}" \
+MAKE_JOBS_UNSAFE= yes
+MAKE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} -DUNIX \
`GraphicsMagick++-config --cppflags`"