diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 07:38:02 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 07:38:02 +0800 |
commit | 2075f7320a3144787537ab0e055eac6e17e426e2 (patch) | |
tree | 5250cf270c7a4538c37a4ff0c72c6359a840bd28 /lang | |
parent | b00c5cf58e34a167009218c24a8bdf5379ed1752 (diff) | |
download | freebsd-ports-gnome-2075f7320a3144787537ab0e055eac6e17e426e2.tar.gz freebsd-ports-gnome-2075f7320a3144787537ab0e055eac6e17e426e2.tar.zst freebsd-ports-gnome-2075f7320a3144787537ab0e055eac6e17e426e2.zip |
- Mark MAKE_JOBS_UNSAFE
PR: ports/141959
Approved by: maintainer timeout (skv; 17 days)
Submitted by: myself (pgollucci@)
Reported by: ASF TB, P6 TB
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5.10/Makefile | 1 | ||||
-rw-r--r-- | lang/perl5.12/Makefile | 1 | ||||
-rw-r--r-- | lang/perl5.14/Makefile | 1 | ||||
-rw-r--r-- | lang/perl5.16/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index b252b8e53272..aad0acd41238 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/Makefile @@ -21,6 +21,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Practical Extraction and Report Language CONFLICTS= perl-5.6.* perl-5.8.* perl-threaded-5.8.* +MAKE_JOBS_UNSAFE= yes OPTIONS= DEBUGGING "Build with debugging support" off \ GDBM "Build GDBM_File extension" off \ diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index b252b8e53272..aad0acd41238 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -21,6 +21,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Practical Extraction and Report Language CONFLICTS= perl-5.6.* perl-5.8.* perl-threaded-5.8.* +MAKE_JOBS_UNSAFE= yes OPTIONS= DEBUGGING "Build with debugging support" off \ GDBM "Build GDBM_File extension" off \ diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index b252b8e53272..aad0acd41238 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -21,6 +21,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Practical Extraction and Report Language CONFLICTS= perl-5.6.* perl-5.8.* perl-threaded-5.8.* +MAKE_JOBS_UNSAFE= yes OPTIONS= DEBUGGING "Build with debugging support" off \ GDBM "Build GDBM_File extension" off \ diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index b252b8e53272..aad0acd41238 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -21,6 +21,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Practical Extraction and Report Language CONFLICTS= perl-5.6.* perl-5.8.* perl-threaded-5.8.* +MAKE_JOBS_UNSAFE= yes OPTIONS= DEBUGGING "Build with debugging support" off \ GDBM "Build GDBM_File extension" off \ |