svn commit: r456897 - head/graphics/seom

Mark Linimon linimon at FreeBSD.org
Thu Dec 21 09:07:46 UTC 2017


Author: linimon
Date: Thu Dec 21 09:07:44 2017
New Revision: 456897
URL: https://svnweb.freebsd.org/changeset/ports/456897

Log:
  Pet portlint and canonicalize error message.

Modified:
  head/graphics/seom/Makefile

Modified: head/graphics/seom/Makefile
==============================================================================
--- head/graphics/seom/Makefile	Thu Dec 21 09:00:38 2017	(r456896)
+++ head/graphics/seom/Makefile	Thu Dec 21 09:07:44 2017	(r456897)
@@ -13,8 +13,8 @@ COMMENT=	Real-time capture library for OpenGL applicat
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	i386 amd64
-ONLY_FOR_ARCHS_REASON=	not yet ported to anything except i386 and amd64
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	not yet ported to any arch other than x86
 
 USES=		gmake tar:bzip2
 USE_XORG=	x11 xv xext
@@ -24,7 +24,7 @@ MAKE_ENV=	DATADIR="${DATADIR}"
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == i386 || ${ARCH} == amd64
+.if ${ARCH} == amd64 || ${ARCH} == i386
 BUILD_DEPENDS+=	yasm:devel/yasm
 .endif
 


More information about the svn-ports-head mailing list