Date: Thu, 20 Mar 2014 23:13:54 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348723 - head/x11-drivers/xf86-video-scfb Message-ID: <201403202313.s2KNDsIU076923@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403202313.s2KNDsIU076923>