diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /net/honeyd/Makefile | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) | |
download | ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip |
Notes
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r-- | net/honeyd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index c6b54ce6d708..f2c6fbb3b333 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -7,6 +7,7 @@ PORTNAME= honeyd PORTVERSION= 1.5c +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -14,7 +15,7 @@ MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ MAINTAINER= wxs@atarininja.org COMMENT= Simulate virtual network hosts (honeypots) -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent \ dnet.1:${PORTSDIR}/net/libdnet BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre |