diff options
author | dougb <dougb@FreeBSD.org> | 2009-03-25 03:51:28 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-03-25 03:51:28 +0800 |
commit | 7366d48714c4387589886efa72ba228bdece0bf6 (patch) | |
tree | 5f956f9dc2c708dbeaf070da3f079fa504ef5d62 /dns/p5-Net-DNS | |
parent | 64c64b7a86d0301c808b45d4e428b02145d4928a (diff) | |
download | freebsd-ports-graphics-7366d48714c4387589886efa72ba228bdece0bf6.tar.gz freebsd-ports-graphics-7366d48714c4387589886efa72ba228bdece0bf6.tar.zst freebsd-ports-graphics-7366d48714c4387589886efa72ba228bdece0bf6.zip |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 08f3ae482d7..3fccbb0a739 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -18,6 +18,8 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +MAKE_JOBS_SAFE= yes + PERL_CONFIGURE= yes CONFIGURE_ARGS+= --no-online-tests --no-IPv6-tests |