From 5a71031394b0a0b65d9d5aece3362619c2d1169f Mon Sep 17 00:00:00 2001 From: gahr Date: Tue, 27 Apr 2010 21:58:27 +0000 Subject: - Add glew to the list of supported USE_GL variables - Patch ports depending on GLEW directly Approved by: portmgr (pav) --- 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 549df259c962..91a600e3ca55 100644 --- a/graphics/py-glewpy/Makefile +++ b/graphics/py-glewpy/Makefile @@ -20,8 +20,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Advanced OpenGL extensions to Python BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex -LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew +USE_GL= glew USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes -- cgit