diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 23:18:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 23:18:16 +0000 |
commit | dade38d919e5d88aefc0e6872e1f252a3e4f786b (patch) | |
tree | 999f82e0ad32d93b572b19dd3e14c18196788ab0 /editors/texmacs | |
parent | f2400385c9f18b1c286660ca90f04817d1790d77 (diff) |
- Mark MAKE_JOBS_SAFE
PR: 143488
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=249194
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 3a87e397bb6b..e2a8f3336bd2 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base +MAKE_JOBS_SAFE= yes + USE_PYTHON= yes USE_ICONV= yes REINPLACE_ARGS= -i "" |