diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-30 00:39:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-30 00:39:01 +0000 |
commit | a9a50a4f3ec86e4db7fedc3e01789c5860059c4d (patch) | |
tree | 8f7e6745d8a08ab748000e401e4f53e210003100 | |
parent | Activate the fortunelock port. (diff) |
Mark BROKEN: does not compile
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=28135
-rw-r--r-- | graphics/py-opengl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 24d5a3f1ebe4..94c625d624c7 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 +BROKEN= "Does not compile" + ALL_TARGET= default WRKSRC= ${WRKDIR}/${DISTNAME}/src |