diff options
author | lth <lth@FreeBSD.org> | 2012-03-08 01:38:15 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2012-03-08 01:38:15 +0800 |
commit | 0f8def608c110cbd7e4f4c9e18da666c49355dcd (patch) | |
tree | 98f66c26b496e972571ba817174ce2915114f910 /net/p5-File-RsyncP | |
parent | 5536e46a325dd6df871d541f7588d8c410234a9b (diff) | |
download | freebsd-ports-gnome-0f8def608c110cbd7e4f4c9e18da666c49355dcd.tar.gz freebsd-ports-gnome-0f8def608c110cbd7e4f4c9e18da666c49355dcd.tar.zst freebsd-ports-gnome-0f8def608c110cbd7e4f4c9e18da666c49355dcd.zip |
- mark port as JOBS_UNSAFE
PR: ports/165778
Submitted by: swills
Diffstat (limited to 'net/p5-File-RsyncP')
-rw-r--r-- | net/p5-File-RsyncP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile index 7c282e376193..726ec0ad4db0 100644 --- a/net/p5-File-RsyncP/Makefile +++ b/net/p5-File-RsyncP/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl Rsync client +MAKE_JOBS_UNSAFE= yes + PERL_CONFIGURE= yes MAN3= File::RsyncP.3 \ |