svn commit: r399859 - head/misc/raspberrypi-userland

Brad Davis brd at FreeBSD.org
Tue Oct 20 15:09:57 UTC 2015


Author: brd
Date: Tue Oct 20 15:09:55 2015
New Revision: 399859
URL: https://svnweb.freebsd.org/changeset/ports/399859

Log:
  Fix ONLY_FOR_ARCHS spelling.
  
  Submitted by:	Mikael Urankar <mikael.urankar at gmail.com> (maintainer)
  Approved by:	bdrewery (mentor)

Modified:
  head/misc/raspberrypi-userland/Makefile

Modified: head/misc/raspberrypi-userland/Makefile
==============================================================================
--- head/misc/raspberrypi-userland/Makefile	Tue Oct 20 15:03:44 2015	(r399858)
+++ head/misc/raspberrypi-userland/Makefile	Tue Oct 20 15:09:55 2015	(r399859)
@@ -10,7 +10,7 @@ COMMENT=	Various libraries for the Raspb
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCH=	armv6
+ONLY_FOR_ARCHS=	armv6
 
 CONFLICTS_INSTALL=	libglesv2 libEGL
 


More information about the svn-ports-head mailing list