diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
commit | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (patch) | |
tree | 8921d3aea2ab8ce149421e10ca80d7879fe2ce78 /dns/p5-Net-DNS-Resolver-Programmable | |
parent | 7e97d209a0f6ab0569565dff85a4ef9d331fd2c8 (diff) | |
download | ports-4641b63dd110dfe3a5eb439a464a3b08b0a4075d.tar.gz ports-4641b63dd110dfe3a5eb439a464a3b08b0a4075d.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-Resolver-Programmable')
-rw-r--r-- | dns/p5-Net-DNS-Resolver-Programmable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-Resolver-Programmable/Makefile b/dns/p5-Net-DNS-Resolver-Programmable/Makefile index ffb6deb92bed..60641acb0ff0 100644 --- a/dns/p5-Net-DNS-Resolver-Programmable/Makefile +++ b/dns/p5-Net-DNS-Resolver-Programmable/Makefile @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= gmc@sonologic.nl COMMENT= Programmable DNS resolver for off-line testing -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-version>=0:${PORTSDIR}/devel/p5-version BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes |