From b302cc32c4848751eea046796bd8e71b90b8b9a0 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 6 Jul 2011 00:55:57 +0000 Subject: [PATCH] Mark MAKE_JOBS_UNSAFE. --- math/calc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/calc/Makefile b/math/calc/Makefile index 9e77f6b2bee2..0bc997e9fee8 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -17,6 +17,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + MAN1= calc.1 CALCPAGER?= more