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/rbllookup-ng/Makefile | |
parent | 7e97d209a0f6ab0569565dff85a4ef9d331fd2c8 (diff) | |
download | ports-4641b63dd110dfe3a5eb439a464a3b08b0a4075d.tar.gz ports-4641b63dd110dfe3a5eb439a464a3b08b0a4075d.zip |
Notes
Diffstat (limited to 'dns/rbllookup-ng/Makefile')
-rw-r--r-- | dns/rbllookup-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index 8e0827b3fdcc..036202340f16 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Check given IP/Host presence in RBLs -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor NO_BUILD= yes USE_PERL5= yes |