aboutsummaryrefslogtreecommitdiff
path: root/graphics
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
parenta044150c7907eb0db9ecc46f4d1cfd642cef2c55 (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dri-devel/Makefile4
-rw-r--r--graphics/dri-devel/pkg-descr5
-rw-r--r--graphics/dri/Makefile5
-rw-r--r--graphics/dri/pkg-descr6
4 files changed, 16 insertions, 4 deletions
diff --git a/graphics/dri-devel/Makefile b/graphics/dri-devel/Makefile
index 51d386771bf1..588f447cdb84 100644
--- a/graphics/dri-devel/Makefile
+++ b/graphics/dri-devel/Makefile
@@ -41,6 +41,10 @@ DRIMODDIR= ${PREFIX}/lib/modules/dri
USE_GCC= 3.4
.endif
+.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-devel/pkg-descr b/graphics/dri-devel/pkg-descr
index a08fdc34b8ea..a705136dedd3 100644
--- a/graphics/dri-devel/pkg-descr
+++ b/graphics/dri-devel/pkg-descr
@@ -1,3 +1,6 @@
dri-devel installs DRI OpenGL hardware acceleration drivers from a CVS snapshot.
-WWW: http://people.freebsd.org/~anholt/dri/
+WWW: http://dri.sourceforge.net/
+
+- Eric Anholt
+anholt@FreeBSD.org
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