diff options
-rw-r--r-- | lang/perl5.12/Makefile | 1 | ||||
-rw-r--r-- | lang/perl5.14/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index f3c67a5f82af..b0fcfdeda5d5 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -48,7 +48,6 @@ SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL} USE_BZIP2= yes HAS_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ -Darchlib=${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} \ diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index d6a8b06a12ec..0178cc2f0d77 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -45,7 +45,6 @@ SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL} USE_BZIP2= yes HAS_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ -Darchlib=${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} \ |