diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-15 09:32:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-15 09:32:55 +0000 |
commit | c6ca403b792a13d3fda3831dcbb68197b10c1ba2 (patch) | |
tree | 4e250cc65b1b3e6853a67f827198cb6ba23990b4 | |
parent | 29bcf5e1f6c3a094763787e37024bc6763846615 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-tseng/Makefile | 2 |
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> |