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

Eitan Adler eadler at FreeBSD.org
Thu Mar 20 23:13:54 UTC 2014


Author: eadler
Date: Thu Mar 20 23:13:53 2014
New Revision: 348723
URL: http://svnweb.freebsd.org/changeset/ports/348723
QAT: https://qat.redports.org/buildarchive/r348723/

Log:
  Fix ppc arch in ONLY_FOR_ARCHES
  
  PR:		ports/187489
  Submitted by:	jhibbits
  Approved by:	ray (maintainer)

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

Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile	Thu Mar 20 23:09:05 2014	(r348722)
+++ head/x11-drivers/xf86-video-scfb/Makefile	Thu Mar 20 23:13:53 2014	(r348723)
@@ -10,7 +10,7 @@ MASTER_SITES=	ftp://rene-ladan.nl/pub/di
 MAINTAINER=	ray at FreeBSD.org
 COMMENT=	X.Org syscons display driver
 
-ONLY_FOR_ARCHS=	arm armv6 pcc ppc64 sparc64
+ONLY_FOR_ARCHS=	arm armv6 powerpc powerpc64 sparc64
 
 XORG_CAT=	driver
 


More information about the svn-ports-head mailing list