diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
commit | d6eb94a00231f69f7cafe15074076d95468988df (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /dns/p5-Net-DNS-TestNS/Makefile | |
parent | cac6415533f6217327d3ba62d8b8231cbf4be182 (diff) | |
download | freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.gz freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.zst freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.zip |
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
Diffstat (limited to 'dns/p5-Net-DNS-TestNS/Makefile')
-rw-r--r-- | dns/p5-Net-DNS-TestNS/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile index 360b25267174..1ee1f1961133 100644 --- a/dns/p5-Net-DNS-TestNS/Makefile +++ b/dns/p5-Net-DNS-TestNS/Makefile @@ -18,8 +18,7 @@ COMMENT= Perl extension for simulating simple Nameservers BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ - p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |