aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2012-05-31 22:08:01 +0800
committerskreuzer <skreuzer@FreeBSD.org>2012-05-31 22:08:01 +0800
commit55a5e43afa23681f2e09b25de0a2ee8933ba81db (patch)
tree43a0be8de8be32967a6ed13488e662d26c9ec28e /net
parentca868d344b4b96d386b2bbc375d1f4655b15a303 (diff)
downloadfreebsd-ports-gnome-55a5e43afa23681f2e09b25de0a2ee8933ba81db.tar.gz
freebsd-ports-gnome-55a5e43afa23681f2e09b25de0a2ee8933ba81db.tar.zst
freebsd-ports-gnome-55a5e43afa23681f2e09b25de0a2ee8933ba81db.zip
Change USE_PYTHON to yes since it works with versions newer then 2.4
Diffstat (limited to 'net')
-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