diff options
Diffstat (limited to 'mail/razor-agents/Makefile')
-rw-r--r-- | mail/razor-agents/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 830de26..cfc2216 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= SF/razor/${PORTNAME}/${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= A distributed, collaborative, spam detection and filtering network -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |