svn commit: r338721 - head/x11-drivers/xf86-video-scfb

Rene Ladan rene at FreeBSD.org
Sun Jan 5 00:46:21 UTC 2014


Author: rene
Date: Sun Jan  5 00:46:20 2014
New Revision: 338721
URL: http://svnweb.freebsd.org/changeset/ports/338721

Log:
  Add armv6 as allowed architecture.
  
  OK from:	ray

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

Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile	Sun Jan  5 00:44:53 2014	(r338720)
+++ head/x11-drivers/xf86-video-scfb/Makefile	Sun Jan  5 00:46:20 2014	(r338721)
@@ -10,7 +10,7 @@ EXTRACT_SUFX=	.tar.gz
 MAINTAINER=	ray at 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


More information about the svn-ports-all mailing list