diff options
author | dougb <dougb@FreeBSD.org> | 2002-11-11 16:58:10 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-11-11 16:58:10 +0800 |
commit | 4e1ceb0b85c697e04036efb6544df2ed40212c79 (patch) | |
tree | 5a3a17e80d6f7f507812026f381733e191b8a87d /net | |
parent | d2d608954c627e97e7ddd1900d138a34b07cd514 (diff) | |
download | freebsd-ports-gnome-4e1ceb0b85c697e04036efb6544df2ed40212c79.tar.gz freebsd-ports-gnome-4e1ceb0b85c697e04036efb6544df2ed40212c79.tar.zst freebsd-ports-gnome-4e1ceb0b85c697e04036efb6544df2ed40212c79.zip |
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 'net')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 21a7f6018a0b..79afa6038d14 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/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 |