diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
commit | ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed (patch) | |
tree | 2a63af8d70c18165eceed69f54530e4d8779cae6 /lang/xotcl | |
parent | 154853c8be3eca785dee054b2893f8ad4f0a4c54 (diff) | |
download | ports-ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed.tar.gz ports-ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244447
Diffstat (limited to 'lang/xotcl')
-rw-r--r-- | lang/xotcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index fec6487bfc83..09ef3674dfd6 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -21,6 +21,7 @@ INSTALL_TARGET= install ALL_TARGET= all test-nohttp USE_GMAKE= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} +MAKE_JOBS_UNSAFE= yes .if !defined(AOLSERVER_XOTCL) USE_LDCONFIG= ${PREFIX}/lib/xotcl${PORTVERSION} |