svn commit: r502622 - head/x11-drivers/xf86-video-geode

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 18:37:26 UTC 2019


Author: tobik
Date: Sat May 25 18:37:25 2019
New Revision: 502622
URL: https://svnweb.freebsd.org/changeset/ports/502622

Log:
  x11-drivers/xf86-video-geode: Spell ONLY_FOR_ARCHS_REASON correctly

Modified:
  head/x11-drivers/xf86-video-geode/Makefile

Modified: head/x11-drivers/xf86-video-geode/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-geode/Makefile	Sat May 25 18:30:45 2019	(r502621)
+++ head/x11-drivers/xf86-video-geode/Makefile	Sat May 25 18:37:25 2019	(r502622)
@@ -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>


More information about the svn-ports-all mailing list