diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /graphics/py-cgkit | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) |
Notes
Diffstat (limited to 'graphics/py-cgkit')
-rw-r--r-- | graphics/py-cgkit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/py-cgkit/Makefile b/graphics/py-cgkit/Makefile index 05cd770d5c56..5b8b31439abe 100644 --- a/graphics/py-cgkit/Makefile +++ b/graphics/py-cgkit/Makefile @@ -8,7 +8,7 @@ PORTNAME= cgkit PORTVERSION= 2.0.0a7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,6 @@ COMMENT= Python Computer Graphics Kit BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-python scons:${PORTSDIR}/devel/scons USE_GL= yes -USE_XLIB= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 2.0.0alpha7 |