diff options
author | pav <pav@FreeBSD.org> | 2009-07-08 06:11:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-08 06:11:07 +0800 |
commit | d85fe590569d7ada84da9c82d0a5fa6a5cd57b0f (patch) | |
tree | 07fa054ce8c84b12943f011dfb415ff3beda1251 /biology | |
parent | fc6dc84573b7022e64c6cf02916fdb057926cb22 (diff) | |
download | freebsd-ports-gnome-d85fe590569d7ada84da9c82d0a5fa6a5cd57b0f.tar.gz freebsd-ports-gnome-d85fe590569d7ada84da9c82d0a5fa6a5cd57b0f.tar.zst freebsd-ports-gnome-d85fe590569d7ada84da9c82d0a5fa6a5cd57b0f.zip |
- Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-AcePerl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index d54dea48a4a9..459c535e6141 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Dig ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache BUILD_DEPENDS= ${RUN_DEPENDS} -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes |