From d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Jan 2014 21:00:02 +0000 Subject: Python cleanup: - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) --- security/blindelephant/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/blindelephant') diff --git a/security/blindelephant/Makefile b/security/blindelephant/Makefile index b1515fb2946c..da284fdbab6e 100644 --- a/security/blindelephant/Makefile +++ b/security/blindelephant/Makefile @@ -15,7 +15,7 @@ COMMENT= Fingerprint the web applications used by a web site LICENSE= LGPL3 USE_BZIP2= YES -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= YES SUB_FILES= ${PORTNAME}.sh -- cgit