diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-20 03:03:40 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-20 03:03:40 +0000 |
commit | b4596a0c0e6b8361bddf29a620d45c709e2b5abf (patch) | |
tree | 845c00fb493355b0775ab3bffa00ee83bdedec6f /graphics/libGL | |
parent | bc52100481e3805e3f1a89e7474bc8e134d01768 (diff) | |
download | ports-b4596a0c0e6b8361bddf29a620d45c709e2b5abf.tar.gz ports-b4596a0c0e6b8361bddf29a620d45c709e2b5abf.zip |
Notes
Diffstat (limited to 'graphics/libGL')
-rw-r--r-- | graphics/libGL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 1a094bbc9680..5ef80b220e53 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -7,7 +7,7 @@ PORTNAME?= libGL PORTVERSION?= 6.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ @@ -20,7 +20,7 @@ COMMENT?= OpenGL library that renders using GLX or DRI BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm -CONFLICTS= XFree86-libraries-* xorg-libraries-6.* nvidia-driver-* +CONFLICTS= XFree86-libraries-* xorg-libraries-6.* USE_XORG= glproto xxf86vm xext xfixes xdamage USE_GMAKE= yes |