summaryrefslogtreecommitdiff
path: root/lang/nbc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-26 14:33:12 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-26 14:33:12 +0000
commit5c8f4fa0c2e15fb0c026a6367d2ac25f76529b01 (patch)
tree810ad954357e10dd6ff8fc39600f1d25ce52764a /lang/nbc
parent- Update to 1.15 (diff)
Mark MAKE_JOBS_UNSAFE
Notes
Notes: svn path=/head/; revision=263621
Diffstat (limited to 'lang/nbc')
-rw-r--r--lang/nbc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile
index 9fb7f14d8fa5..e3265301ffb2 100644
--- a/lang/nbc/Makefile
+++ b/lang/nbc/Makefile
@@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rene@FreeBSD.org
COMMENT= NBC is a programming language for the LEGO MINDSTORMS NXT product
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS= ROBOCTL "Include roboctl to communicate with the NXT" off
.include <bsd.port.pre.mk>