diff options
author | culot <culot@FreeBSD.org> | 2012-06-30 10:16:28 +0000 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-30 10:16:28 +0000 |
commit | c24171f73d25372861371ba5ca9d0323166f6ed4 (patch) | |
tree | 228d1fc88a0c60bf85079dd64058ce84b6ab902d | |
parent | 1a0abcc698a664f69121b32a8d98062fbdcfea10 (diff) | |
download | FreeBSD-ports-c24171f73d25372861371ba5ca9d0323166f6ed4.zip FreeBSD-ports-c24171f73d25372861371ba5ca9d0323166f6ed4.tar.gz |
- Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings
PR: ports/169554 [1]
Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile index 9187e5a..9ed6dfa 100644 --- a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile +++ b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile @@ -16,8 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Orders SRV records by priority and weight for Net::DNS -RUN_DEPENDS= ${SITE_PERL}/mach/Net/DNS/RR.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally +BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |