aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-11-18 22:39:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-11-18 22:39:55 +0000
commited9c0642a6754ed6fe4de0153c16d8beb71ab8ed (patch)
tree2a63af8d70c18165eceed69f54530e4d8779cae6 /emulators/dynamips-devel
parent154853c8be3eca785dee054b2893f8ad4f0a4c54 (diff)
downloadports-ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed.tar.gz
ports-ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed.zip
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=244447
Diffstat (limited to 'emulators/dynamips-devel')
-rw-r--r--emulators/dynamips-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index e249a3cf4215..caf37449493c 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -25,6 +25,7 @@ MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\
PTHREAD_LIBS=${PTHREAD_LIBS}\
LDFLAGS="${LDFLAGS}"
+MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/${PORTNAME} bin/nvram_export
.if !defined(NOPORTDOCS)