summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-11-11 08:58:10 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-11-11 08:58:10 +0000
commit3441ee82fc4c9e9de81bdee41e287502949f7aed (patch)
tree0f0e33670bf2a96e0322dbb6bc1361426341d563 /dns
parentDepend on the qssl port. Simply having that installed will enable psi (diff)
Revert 1.32, which was wrong in all its particulars:
* The errors related to the missing dependencies during build are harmless. The build-time and run-time dependencies are seperated on purpose so that the port can be built and run on different boxes. * The Test-Simple module is not needed to build or run the port, the tests are not installed by us, and not part of the port itself. These changes should have been discussed with me before they were made.
Notes
Notes: svn path=/head/; revision=69885
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 21a7f6018a0b..79afa6038d14 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -14,10 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= DougB@FreeBSD.org
-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}
+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
PERL_CONFIGURE= yes