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) --- graphics/py-glewpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/py-glewpy') diff --git a/graphics/py-glewpy/Makefile b/graphics/py-glewpy/Makefile index 8fdcb0ca801e..fee8efc85295 100644 --- a/graphics/py-glewpy/Makefile +++ b/graphics/py-glewpy/Makefile @@ -18,7 +18,7 @@ COMMENT= Advanced OpenGL extensions to Python BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex USE_GL= glew -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS=yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit