diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 07:36:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 07:36:50 +0800 |
commit | 6c01fe11230330caf391d141aab0f54591b90388 (patch) | |
tree | a74da2a502ae90e9cb4e7ea92228b1c21fbca2f5 /graphics | |
parent | 292add35f109f9e929aa97beb11e8dd44d8e6b2b (diff) | |
download | freebsd-ports-gnome-6c01fe11230330caf391d141aab0f54591b90388.tar.gz freebsd-ports-gnome-6c01fe11230330caf391d141aab0f54591b90388.tar.zst freebsd-ports-gnome-6c01fe11230330caf391d141aab0f54591b90388.zip |
Mark as broken: fails to install.
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-glewpy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-glewpy/Makefile b/graphics/py-glewpy/Makefile index 3e44d0746d71..411edb985c4f 100644 --- a/graphics/py-glewpy/Makefile +++ b/graphics/py-glewpy/Makefile @@ -16,9 +16,11 @@ DIST_SUBDIR= python MAINTAINER= acm@FreeBSD.org COMMENT= Advanced OpenGL extensions to Python -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew +BROKEN= fails to install + USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes |