aboutsummaryrefslogtreecommitdiff
path: root/graphics/dri
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-06-15 02:16:36 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-06-15 02:16:36 +0000
commit1cb0f1af735c54cb137ca4ec1619797ec701ba06 (patch)
tree075ea664d7b000f4c162454eb0eab34f9108ce3d /graphics/dri
parenta044150c7907eb0db9ecc46f4d1cfd642cef2c55 (diff)
downloadports-1cb0f1af735c54cb137ca4ec1619797ec701ba06.tar.gz
ports-1cb0f1af735c54cb137ca4ec1619797ec701ba06.zip
Notes
Diffstat (limited to 'graphics/dri')
-rw-r--r--graphics/dri/Makefile5
-rw-r--r--graphics/dri/pkg-descr6
2 files changed, 8 insertions, 3 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index f5ce354ca287..e1d9e909f228 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -35,6 +35,11 @@ ONLY_FOR_ARCHS= i386 alpha amd64
DRIMODDIR= ${PREFIX}/lib/modules/dri
.include <bsd.port.pre.mk>
+
+.if ${X_WINDOW_SYSTEM:L} != xorg
+IGNORE= requires libGL from X.Org.
+.endif
+
do-install:
.if ${ARCH} == i386
${INSTALL_PROGRAM} ${WRKSRC}/lib/i810_dri.so ${DRIMODDIR}
diff --git a/graphics/dri/pkg-descr b/graphics/dri/pkg-descr
index cae2b2e00e06..e35a1d1a5036 100644
--- a/graphics/dri/pkg-descr
+++ b/graphics/dri/pkg-descr
@@ -1,8 +1,8 @@
-This package contains the client drivers for the DRI, included with XFree86.
-With an X Server configured for the DRI they allow direct rendering of
+This package contains the current stable release of the client drivers for the
+DRI. With an X Server configured for the DRI they allow direct rendering of
hardware-accelerated OpenGL.
-WWW: http://www.xfree86.org/
+WWW: http://dri.sourceforge.net/
- Eric Anholt
anholt@FreeBSD.org