diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-24 07:40:55 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-24 07:40:55 +0800 |
commit | 950f40047f7090094df311bc701357115afbfc90 (patch) | |
tree | 20234373d2e8665061178d6819d71330fd00ca2c /sysutils | |
parent | 3a28754e3d5eaa4733b2feda006561e52c021f02 (diff) | |
download | freebsd-ports-gnome-950f40047f7090094df311bc701357115afbfc90.tar.gz freebsd-ports-gnome-950f40047f7090094df311bc701357115afbfc90.tar.zst freebsd-ports-gnome-950f40047f7090094df311bc701357115afbfc90.zip |
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 TB
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-BSD-Jail-Object/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile index bc5e69015750..2ceb69a14574 100644 --- a/sysutils/p5-BSD-Jail-Object/Makefile +++ b/sysutils/p5-BSD-Jail-Object/Makefile @@ -18,6 +18,8 @@ COMMENT= An object oriented perl interface to jail(2) BUILD_DEPENDS=\ ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline +MAKE_JOBS_UNSAFE= yes + PERL_CONFIGURE= 5.8.6+ MAN3= BSD::Jail::Object.3 |