diff options
Diffstat (limited to 'security/scanssh/Makefile')
-rw-r--r-- | security/scanssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index a375a7819273..b4fcaf39caca 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ @@ -15,7 +15,7 @@ MAINTAINER= kris@FreeBSD.org COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ - event-1.3e:${PORTSDIR}/devel/libevent + event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh |