aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-06-11 02:42:48 +0800
committerswills <swills@FreeBSD.org>2012-06-11 02:42:48 +0800
commit811c4be9f0b92363ffcd033d9165287cd6bc9b63 (patch)
tree5a933c2e64852a72c056cf29e30a9308c7b2c661 /dns
parent08572d451b927d5d7517db00347e5eb8a9db625d (diff)
downloadfreebsd-ports-gnome-811c4be9f0b92363ffcd033d9165287cd6bc9b63.tar.gz
freebsd-ports-gnome-811c4be9f0b92363ffcd033d9165287cd6bc9b63.tar.zst
freebsd-ports-gnome-811c4be9f0b92363ffcd033d9165287cd6bc9b63.zip
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS-Resolver-Programmable/Makefile2
-rw-r--r--dns/p5-Net-DNS-SEC/Makefile2
-rw-r--r--dns/p5-Tie-DNS/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS-Resolver-Programmable/Makefile b/dns/p5-Net-DNS-Resolver-Programmable/Makefile
index 531a4943d947..ffb6deb92bed 100644
--- a/dns/p5-Net-DNS-Resolver-Programmable/Makefile
+++ b/dns/p5-Net-DNS-Resolver-Programmable/Makefile
@@ -17,7 +17,7 @@ COMMENT= Programmable DNS resolver for off-line testing
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
PERL_CONFIGURE= yes
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile
index 5f16c79a55a7..c940c5265fe7 100644
--- a/dns/p5-Net-DNS-SEC/Makefile
+++ b/dns/p5-Net-DNS-SEC/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.03:${PORTSDIR}/security/p5-Crypt-OpenSSL
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \
p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile
index b2d9aac1bf5a..93c2e0872a19 100644
--- a/dns/p5-Tie-DNS/Makefile
+++ b/dns/p5-Tie-DNS/Makefile
@@ -18,7 +18,7 @@ COMMENT= Tie interface to p5-Net-DNS
RUN_DEPENDS= p5-Net-DNS>=0.12:${PORTSDIR}/dns/p5-Net-DNS \
p5-Tie-Cache>=0.01:${PORTSDIR}/devel/p5-Tie-Cache
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes