diff options
author | rene <rene@FreeBSD.org> | 2014-01-05 08:46:20 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-05 08:46:20 +0800 |
commit | 361bc33c98ade366ffb0498c803aa9af27001ea5 (patch) | |
tree | 142cc359a1e07954e5bca6e36697726384c9c338 /x11-drivers/xf86-video-scfb/Makefile | |
parent | 8231e7046ce43d801649d469150a65e28a40dafc (diff) | |
download | freebsd-ports-gnome-361bc33c98ade366ffb0498c803aa9af27001ea5.tar.gz freebsd-ports-gnome-361bc33c98ade366ffb0498c803aa9af27001ea5.tar.zst freebsd-ports-gnome-361bc33c98ade366ffb0498c803aa9af27001ea5.zip |
Add armv6 as allowed architecture.
OK from: ray
Diffstat (limited to 'x11-drivers/xf86-video-scfb/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-scfb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-scfb/Makefile b/x11-drivers/xf86-video-scfb/Makefile index 51e6a0d1dfc1..6d30359f5e05 100644 --- a/x11-drivers/xf86-video-scfb/Makefile +++ b/x11-drivers/xf86-video-scfb/Makefile @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= ray@FreeBSD.org COMMENT= X.Org syscons display driver -ONLY_FOR_ARCHS= arm pcc ppc64 sparc64 +ONLY_FOR_ARCHS= arm armv6 pcc ppc64 sparc64 XORG_CAT= driver USE_XORG= xextproto videoproto |