diff options
Diffstat (limited to 'security/smtpscan/Makefile')
-rw-r--r-- | security/smtpscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile index 624100a5734f..23899e0e81e8 100644 --- a/security/smtpscan/Makefile +++ b/security/smtpscan/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.frbsd.org/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= A remote SMTP server version detector -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes MAN1= smtpscan.1 |