Pet portlint and canonicalize error message.

This commit is contained in:
Mark Linimon 2017-12-21 09:07:44 +00:00
parent e4e666ef51
commit e31b44bf6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456897

View file

@ -13,8 +13,8 @@ COMMENT= Real-time capture library for OpenGL applications
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