aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-04-04 12:04:01 +0800
committerrnoland <rnoland@FreeBSD.org>2009-04-04 12:04:01 +0800
commitfc578e73caf5f1ac4250af6b8ac1e9210c6c13df (patch)
treee9f3d26e5ca4440cbac83710ad40cd0722e073da /Mk
parente93d5e002ef7a787a1a667b60145b4753773870f (diff)
downloadfreebsd-ports-graphics-fc578e73caf5f1ac4250af6b8ac1e9210c6c13df.tar.gz
freebsd-ports-graphics-fc578e73caf5f1ac4250af6b8ac1e9210c6c13df.tar.zst
freebsd-ports-graphics-fc578e73caf5f1ac4250af6b8ac1e9210c6c13df.zip
Update Xorg server to 1.6.0
o Update randrproto, libXrandr and xrandr to 1.3.0 o Update xf86-video-intel to 2.6.3 o Update other less common drivers as needed o Mark a bunch of un-maintained input drivers ignored o Update the various slave X server ports as well
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.xorg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 09814d942e1..808976ed639 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -53,7 +53,7 @@ CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
. if ${PORTNAME:M*input*}x != x
USE_XORG+= inputproto
. elif ${PORTNAME:M*video*}x != x
-USE_XORG+= fontsproto renderproto
+USE_XORG+= fontsproto renderproto xi
. else
IGNORE= doesn't contain either "driver" or "input"
. endif