aboutsummaryrefslogtreecommitdiff
path: root/net/honeyd
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2012-05-31 14:08:01 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2012-05-31 14:08:01 +0000
commitbe458d3ac7f841828f46519ffbb9dbe1884d8181 (patch)
tree6e11d18dd0c36e0241a83c3eb415ecf25306f94a /net/honeyd
parentb4cfd15adec03f42f0203694183c794398546674 (diff)
Notes
Diffstat (limited to 'net/honeyd')
-rw-r--r--net/honeyd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 917fcebcb071..9cdc69b69fe0 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= honeyd
PORTVERSION= 1.5c
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://www.honeyd.org/uploads/ \
http://www.citi.umich.edu/u/provos/honeyd/
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \
MAKE_JOBS_SAFE= yes
.if defined(WITH_PYTHON)
-USE_PYTHON= 2.4
+USE_PYTHON= yes
CONFIGURE_ARGS+= --with-python
.else
CONFIGURE_ARGS+= --without-python