aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafaray/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-30 17:17:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-30 17:17:57 +0000
commit430089c0b17e08310b1e6413ce57667cbf3b7740 (patch)
treeb7a723b54abb534c011669766d71281ad9519ba5 /graphics/yafaray/Makefile
parent84cfd54ba2cbe3716ce1af2f1a340150bdf684ff (diff)
downloadports-430089c0b17e08310b1e6413ce57667cbf3b7740.tar.gz
ports-430089c0b17e08310b1e6413ce57667cbf3b7740.zip
Fix mis-spelling of ONLY_FOR_ARCHS_REASON.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=497279
Diffstat (limited to 'graphics/yafaray/Makefile')
-rw-r--r--graphics/yafaray/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index cf9dda72a048..2fd94ec08bc1 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -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 \