aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Error
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-16 06:27:56 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-16 06:27:56 +0000
commitabf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch)
tree2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /lang/p5-Error
parent184f8b1f5a5dce5332d9b8f4bb170da1df68af6a (diff)
downloadports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.tar.gz
ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.zip
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Notes
Notes: svn path=/head/; revision=233978
Diffstat (limited to 'lang/p5-Error')
-rw-r--r--lang/p5-Error/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile
index 6b56e024e421..ee33c0c19b53 100644
--- a/lang/p5-Error/Makefile
+++ b/lang/p5-Error/Makefile
@@ -22,6 +22,8 @@ MAN3= Error.3 Error::Simple.3
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+
+MAKE_JOBS_SAFE= yes
.endif
.include <bsd.port.post.mk>