diff options
Diffstat (limited to 'graphics/py-cgkit/Makefile')
-rw-r--r-- | graphics/py-cgkit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-cgkit/Makefile b/graphics/py-cgkit/Makefile index 39a0b6b26e93..ee3758ee6eee 100644 --- a/graphics/py-cgkit/Makefile +++ b/graphics/py-cgkit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= cgkit -PORTVERSION= 2.0.0a5 -PORTREVISION= 1 +PORTVERSION= 2.0.0a6 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,7 +39,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenGL:${PORTSDIR}/graphics/py-opengl \ .include <bsd.port.pre.mk> .if ( ${OSVERSION} < 502126 ) -BROKEN= "does not compile" +BROKEN= does not compile .endif .if defined(WITH_LIB3DS) |