diff options
author | naddy <naddy@FreeBSD.org> | 2009-03-26 00:24:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-03-26 00:24:14 +0800 |
commit | fe162650fc1d584f9dd76acc2f5abb2e973dfaf4 (patch) | |
tree | 008fe2d663d0e77f3b268497f22dc37ff6562ac3 /math/calcoo | |
parent | 17a948f6ff65f926a9162d2611cf8ce09affd6a9 (diff) | |
download | freebsd-ports-gnome-fe162650fc1d584f9dd76acc2f5abb2e973dfaf4.tar.gz freebsd-ports-gnome-fe162650fc1d584f9dd76acc2f5abb2e973dfaf4.tar.zst freebsd-ports-gnome-fe162650fc1d584f9dd76acc2f5abb2e973dfaf4.zip |
Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'math/calcoo')
-rw-r--r-- | math/calcoo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 9a2183ad001d..25deb813887c 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -16,6 +16,7 @@ COMMENT= RPN and algebraic scientific calculator USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN1= calcoo.1 |