diff options
author | anholt <anholt@FreeBSD.org> | 2005-06-15 02:16:36 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-06-15 02:16:36 +0000 |
commit | 4e3306ebebda9d068a5b2af721a79204736773b2 (patch) | |
tree | 7590bddb98748f2377efb3353562414ccfbb92de /graphics/dri | |
parent | 1872ed6dc34333b16cdc062124254b000fb67c1a (diff) | |
download | FreeBSD-ports-4e3306ebebda9d068a5b2af721a79204736773b2.zip FreeBSD-ports-4e3306ebebda9d068a5b2af721a79204736773b2.tar.gz |
Mark these ports IGNORE on XFree86, due to libGL incompatibility and the
presence of xfree86-dri. Also, fix up the wording and the website in pkg-descr.
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 f5ce354..e1d9e90 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 cae2b2e..e35a1d1 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 |