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

Rene Ladan rene at FreeBSD.org
Sat Jan 4 23:37:37 UTC 2014


Author: rene
Date: Sat Jan  4 23:37:36 2014
New Revision: 338689
URL: http://svnweb.freebsd.org/changeset/ports/338689

Log:
  Limit to arm/ppc/ppc64/sparc64
  
  Submitted by:	maintainer (ray)

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

Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile	Sat Jan  4 23:37:23 2014	(r338688)
+++ head/x11-drivers/xf86-video-scfb/Makefile	Sat Jan  4 23:37:36 2014	(r338689)
@@ -10,6 +10,8 @@ EXTRACT_SUFX=	.tar.gz
 MAINTAINER=	ray at FreeBSD.org
 COMMENT=	X.Org syscons display driver
 
+ONLY_FOR_ARCHS=	arm pcc ppc64 sparc64
+
 XORG_CAT=	driver
 USE_XORG=	xextproto videoproto
 


More information about the svn-ports-all mailing list