diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 22:44:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 22:44:39 +0000 |
commit | ee3faf409b37ae74dbbbedcb37a186d394e09a20 (patch) | |
tree | 92ca86c23cf764f630b767ef0805e183ba22d77c /net/honeyd/Makefile | |
parent | 20662c8b346126ed2532de6121c05875e0036833 (diff) |
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 0c9dfed64f31..106c7bdb8652 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 0.7a +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -17,6 +17,7 @@ COMMENT= Simulate virtual network hosts (honeypots) BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +#OPTIONS= PYTHON "Enable Python support" off USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |