diff options
author | dougb <dougb@FreeBSD.org> | 2002-11-11 08:58:10 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-11-11 08:58:10 +0000 |
commit | 4e1ceb0b85c697e04036efb6544df2ed40212c79 (patch) | |
tree | 5a3a17e80d6f7f507812026f381733e191b8a87d /dns | |
parent | d2d608954c627e97e7ddd1900d138a34b07cd514 (diff) | |
download | FreeBSD-ports-4e1ceb0b85c697e04036efb6544df2ed40212c79.zip FreeBSD-ports-4e1ceb0b85c697e04036efb6544df2ed40212c79.tar.gz |
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.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 21a7f60..79afa60 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 |