aboutsummaryrefslogtreecommitdiffstats
path: root/dns/fpdns/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-02-04 07:59:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-02-04 07:59:16 +0800
commit30cbd940f5de72156b2d042891270136111df644 (patch)
tree6858f17f734f34279ad41d93b9a091f70cb4d5a5 /dns/fpdns/Makefile
parent0135157f5d86dd9e479fc32a93c23bd010a72103 (diff)
downloadfreebsd-ports-gnome-30cbd940f5de72156b2d042891270136111df644.tar.gz
freebsd-ports-gnome-30cbd940f5de72156b2d042891270136111df644.tar.zst
freebsd-ports-gnome-30cbd940f5de72156b2d042891270136111df644.zip
Change the way *_DEPENDS are set
Diffstat (limited to 'dns/fpdns/Makefile')
-rw-r--r--dns/fpdns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile
index 1abea50bbe99..46d0d5edbf60 100644
--- a/dns/fpdns/Makefile
+++ b/dns/fpdns/Makefile
@@ -11,8 +11,8 @@ COMMENT= Fingerprinting DNS servers
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS
USES= perl5
USE_PERL5= configure