diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 11:03:40 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 11:03:40 +0800 |
commit | 683450427a73e55f76f37c5a508d0ed626334305 (patch) | |
tree | e185c6402c08ccf0fb44de99b8aa072112f2fb50 /graphics/libGL | |
parent | 2c596a44ce6f78d232b378407435955faa655f54 (diff) | |
download | freebsd-ports-gnome-683450427a73e55f76f37c5a508d0ed626334305.tar.gz freebsd-ports-gnome-683450427a73e55f76f37c5a508d0ed626334305.tar.zst freebsd-ports-gnome-683450427a73e55f76f37c5a508d0ed626334305.zip |
Don't conflict with nvidia-driver.
Reported by: David Thiel
Approved by: portmgr (implicit)
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 |