Date: Thu, 21 Dec 2017 09:07:45 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456897 - head/graphics/seom Message-ID: <201712210907.vBL97jqa038486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712210907.vBL97jqa038486>