summaryrefslogtreecommitdiff
path: root/lang/perl5.14
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-01-27 17:29:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-01-27 17:29:12 +0000
commit5087ca98f35e95cbaa234d7952a177bab0e1f1c1 (patch)
tree4fd3cf6ae0d1e59353b2068d88a4084dfa15fa0e /lang/perl5.14
parent- Change depobj for fasta3 to something that does not change on fasta updates (diff)
- Is not MAKE_JOBS_SAFE:
chmod 755 libsdbm.a /usr/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a chmod: libsdbm.a: No such file or directory *** Error code 1 Reported by: pointyhat Feature safe: yes
Notes
Notes: svn path=/head/; revision=268302
Diffstat (limited to 'lang/perl5.14')
-rw-r--r--lang/perl5.14/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile
index 671e166013d0..edf686e4a0db 100644
--- a/lang/perl5.14/Makefile
+++ b/lang/perl5.14/Makefile
@@ -44,7 +44,7 @@ SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL}
USE_BZIP2= yes
HAS_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
-Darchlib=${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH} \