aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-10-24 17:44:53 +0800
committersobomax <sobomax@FreeBSD.org>2002-10-24 17:44:53 +0800
commit151d619d392cf41f04982a34b38b988e5ec30d5d (patch)
tree97815106ea1d58f39bec6870b12c3bd943e1d34d /dns
parent982c67669e137f1cbe0f52c01eb135434503cf33 (diff)
downloadfreebsd-ports-gnome-151d619d392cf41f04982a34b38b988e5ec30d5d.tar.gz
freebsd-ports-gnome-151d619d392cf41f04982a34b38b988e5ec30d5d.tar.zst
freebsd-ports-gnome-151d619d392cf41f04982a34b38b988e5ec30d5d.zip
Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate
configure-time warning.
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 79afa6038d14..21a7f6018a0b 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -14,8 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= DougB@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes