aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-25 18:37:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-25 18:37:25 +0000
commitd2c8efea4d84db4c4282a0abec0bab9167ba9a76 (patch)
tree5bb8337556ded743e8d6c4383ac29ad507bcc494 /x11-drivers
parenta709772f4700c0e3cf3c48f404eb6efe3861d487 (diff)
downloadports-d2c8efea4d84db4c4282a0abec0bab9167ba9a76.tar.gz
ports-d2c8efea4d84db4c4282a0abec0bab9167ba9a76.zip
x11-drivers/xf86-video-geode: Spell ONLY_FOR_ARCHS_REASON correctly
Notes
Notes: svn path=/head/; revision=502622
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-geode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-geode/Makefile b/x11-drivers/xf86-video-geode/Makefile
index 7e664ec6694b..e76ef09f8391 100644
--- a/x11-drivers/xf86-video-geode/Makefile
+++ b/x11-drivers/xf86-video-geode/Makefile
@@ -11,6 +11,6 @@ COMMENT= X.Org geode display driver
XORG_CAT= driver
ONLY_FOR_ARCHS= i386
-ONLY_FOR_ARCHES_REASON= Geode processors are 32bit x86 only
+ONLY_FOR_ARCHS_REASON= Geode processors are 32bit x86 only
.include <bsd.port.mk>