diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 16:28:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 16:28:37 +0000 |
commit | 71606495c601785647fb03b48393fcaee24098a3 (patch) | |
tree | ce00e8a0edac12870c492e74e3f663c77b8d43e2 /graphics/volpack | |
parent | 283b36e5db2307d6975bbd33e52d45a989cce9e4 (diff) |
Mark as jobs unsafe
Notes
Notes:
svn path=/head/; revision=322849
Diffstat (limited to 'graphics/volpack')
-rw-r--r-- | graphics/volpack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/volpack/Makefile b/graphics/volpack/Makefile index 87a6acb54229..734782393a67 100644 --- a/graphics/volpack/Makefile +++ b/graphics/volpack/Makefile @@ -13,6 +13,7 @@ COMMENT= Portable software library for volume rendering LICENSE= BSD GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= lib/libvolpack.a \ include/volpack.h |