diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /security/scanssh | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) | |
download | ports-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.gz ports-654f115b69090156ea0f60623194d19d7b9cfa3b.zip |
Notes
Diffstat (limited to 'security/scanssh')
-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 24c6b085bba1..fd5533f44dd5 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 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:${PORTSDIR}/devel/libevent + event-1.2a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh |