From 55a5e43afa23681f2e09b25de0a2ee8933ba81db Mon Sep 17 00:00:00 2001 From: skreuzer Date: Thu, 31 May 2012 14:08:01 +0000 Subject: Change USE_PYTHON to yes since it works with versions newer then 2.4 --- net/honeyd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit