diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-27 20:23:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-27 20:23:24 +0000 |
commit | 0b42be90f8e9fa63278d14f723f3e238b350691f (patch) | |
tree | 2a791cb76289b0b90c8bcc189051cfd0014459cb /textproc/htmltolatex | |
parent | 9ce3d7d281653e2a07a3cb581010e3208978632e (diff) | |
download | ports-0b42be90f8e9fa63278d14f723f3e238b350691f.tar.gz ports-0b42be90f8e9fa63278d14f723f3e238b350691f.zip |
- Remove hand-rolled make jobs construct and mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=260099
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r-- | textproc/htmltolatex/Makefile | 3 |
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`" |