aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xorg-drivers
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2009-03-31 20:04:03 +0000
committerMarius Strobl <marius@FreeBSD.org>2009-03-31 20:04:03 +0000
commit64346c0d660f6cc897c9d2205eae5dd962947fe2 (patch)
tree268ce2fdb371533c84e05b87faaeec0d2acf7a99 /x11-drivers/xorg-drivers
parent06156e96166ec126f9cc5644cb0f9b8b635b9d4f (diff)
downloadports-64346c0d660f6cc897c9d2205eae5dd962947fe2.tar.gz
ports-64346c0d660f6cc897c9d2205eae5dd962947fe2.zip
As xf86-video-intel is marked only for amd64 and i386 also only
depend on it on these archs. Approved by: flz
Notes
Notes: svn path=/head/; revision=231404
Diffstat (limited to 'x11-drivers/xorg-drivers')
-rw-r--r--x11-drivers/xorg-drivers/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile
index 2087c2c3852b..66e113b735d3 100644
--- a/x11-drivers/xorg-drivers/Makefile
+++ b/x11-drivers/xorg-drivers/Makefile
@@ -25,7 +25,6 @@ ARCH!= /usr/bin/uname -p
.endif
VIDEO_ON= ati \
- intel \
mach64 \
nv \
r128 \
@@ -38,6 +37,10 @@ VIDEO_ON+= sunffb
VIDEO_ON+= openchrome
.endif
+.if ${ARCH} == "amd64" || ${ARCH} == "i386"
+VIDEO_ON+= intel
+.endif
+
VIDEO_OFF= apm ark \
chips cirrus cyrix \
dummy \