diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-11-11 08:58:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-11-11 08:58:10 +0000 |
commit | 3441ee82fc4c9e9de81bdee41e287502949f7aed (patch) | |
tree | 0f0e33670bf2a96e0322dbb6bc1361426341d563 /dns | |
parent | 47d9a2c7af99415e3554aa76bb16cac9e71f8397 (diff) |
Notes
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 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 |