diff options
Diffstat (limited to 'graphics/dri')
-rw-r--r-- | graphics/dri/Makefile | 5 | ||||
-rw-r--r-- | graphics/dri/pkg-descr | 6 |
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 |