summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-15 09:32:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-15 09:32:55 +0000
commitc6ca403b792a13d3fda3831dcbb68197b10c1ba2 (patch)
tree4e250cc65b1b3e6853a67f827198cb6ba23990b4
parent29bcf5e1f6c3a094763787e37024bc6763846615 (diff)
downloadfreebsd-ports-c6ca403b792a13d3fda3831dcbb68197b10c1ba2.zip
These do not build on aarch64. Surely they can only have ever been
installed on x86 machines. Approved by: portmgr (tier-2 blanket)
-rw-r--r--x11-drivers/xf86-video-siliconmotion/Makefile2
-rw-r--r--x11-drivers/xf86-video-tseng/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/Makefile b/x11-drivers/xf86-video-siliconmotion/Makefile
index 5e265916d9f5..5e164bb15f05 100644
--- a/x11-drivers/xf86-video-siliconmotion/Makefile
+++ b/x11-drivers/xf86-video-siliconmotion/Makefile
@@ -9,4 +9,6 @@ COMMENT= X.Org siliconmotion display driver
XORG_CAT= driver
+ONLY_FOR_ARCHS= amd64 i386
+
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile
index 59f4b4552008..9fc489d014aa 100644
--- a/x11-drivers/xf86-video-tseng/Makefile
+++ b/x11-drivers/xf86-video-tseng/Makefile
@@ -10,4 +10,6 @@ COMMENT= X.Org tseng display driver
XORG_CAT= driver
+ONLY_FOR_ARCHS= amd64 i386
+
.include <bsd.port.mk>