diff options
Diffstat (limited to 'security/bruteblock/Makefile')
-rw-r--r-- | security/bruteblock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index 9f4f793eede0..06910f8a0312 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -7,7 +7,7 @@ PORTNAME= bruteblock PORTVERSION= 0.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://samm.kiev.ua/bruteblock/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://samm.kiev.ua/bruteblock/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Software for blocking bruteforce attacks with ipfw -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |