From 50f8eaece13e14735ce71c2c22f8aac07f7cd50a Mon Sep 17 00:00:00 2001 From: Rene Ladan 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/py-RestrictedPython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/py-RestrictedPython/Makefile') diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile index 3c34e832bec1..082ae4aab19f 100644 --- a/security/py-RestrictedPython/Makefile +++ b/security/py-RestrictedPython/Makefile @@ -13,7 +13,7 @@ COMMENT= Restricted execution environment for Python LICENSE= ZPL21 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_ZIP= yes -- cgit v1.2.3