diff options
author | gahr <gahr@FreeBSD.org> | 2010-04-28 05:58:27 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-04-28 05:58:27 +0800 |
commit | 5a71031394b0a0b65d9d5aece3362619c2d1169f (patch) | |
tree | abb9c1dc1cedf9be9c56cba34f1ca9ae07bd6108 /graphics/py-glewpy | |
parent | 2b15c1b3a344354d1bb987c4199ab8c4e1cb3c88 (diff) | |
download | freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.tar.gz freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.tar.zst freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.zip |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav)
Diffstat (limited to 'graphics/py-glewpy')
-rw-r--r-- | graphics/py-glewpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |