From a246a0de817d9ea7bfd118678ddde72be2830e9a Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 24 Mar 2008 23:21:25 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- graphics/py-cgkit/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/py-cgkit') 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 -- cgit