Date: Sat, 4 Jan 2014 23:37:37 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338689 - head/x11-drivers/xf86-video-scfb Message-ID: <201401042337.s04NbbiJ060240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= X.Org syscons display driver +ONLY_FOR_ARCHS= arm pcc ppc64 sparc64 + XORG_CAT= driver USE_XORG= xextproto videoproto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401042337.s04NbbiJ060240>