svn commit: r497279 - head/graphics/yafaray

Mark Linimon linimon at FreeBSD.org
Sat Mar 30 17:17:58 UTC 2019


Author: linimon
Date: Sat Mar 30 17:17:57 2019
New Revision: 497279
URL: https://svnweb.freebsd.org/changeset/ports/497279

Log:
  Fix mis-spelling of ONLY_FOR_ARCHS_REASON.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/yafaray/Makefile

Modified: head/graphics/yafaray/Makefile
==============================================================================
--- head/graphics/yafaray/Makefile	Sat Mar 30 17:17:37 2019	(r497278)
+++ head/graphics/yafaray/Makefile	Sat Mar 30 17:17:57 2019	(r497279)
@@ -16,7 +16,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSES
 LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSES
 
 ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_EASON=	assembly is only for amd64 and i386, but it breaks on i386: https://github.com/YafaRay/Core/issues/111
+ONLY_FOR_ARCHS_REASON=	assembly is only for amd64 and i386, but it breaks on i386: https://github.com/YafaRay/Core/issues/111
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libfreetype.so:print/freetype2 \


More information about the svn-ports-all mailing list