diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-12 23:31:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-12 23:31:39 +0000 |
commit | f3e110695513cdf2253bda4e68f0822d463ed2dc (patch) | |
tree | 07671e9d0672ef28a909cc27fab830e6efd87317 /security/bruteforceblocker | |
parent | cbbb2c7f4529b14bb22595f374932099fbcf40af (diff) | |
download | ports-f3e110695513cdf2253bda4e68f0822d463ed2dc.tar.gz ports-f3e110695513cdf2253bda4e68f0822d463ed2dc.zip |
On request of maintianer, also remove the dependency on p5-File-Tail
Notes
Notes:
svn path=/head/; revision=159400
Diffstat (limited to 'security/bruteforceblocker')
-rw-r--r-- | security/bruteforceblocker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile index 469c9785864b..2dea69c77013 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -18,8 +18,7 @@ COMMENT= Checks for SSH bruteforce and blocks given IPs RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS NO_BUILD= yes USE_PERL5_RUN= yes |