diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-31 01:17:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-31 01:17:57 +0800 |
commit | 9695e526920f1531c6842d4abf7d95206e5c6ed2 (patch) | |
tree | b7a723b54abb534c011669766d71281ad9519ba5 /graphics | |
parent | 924f9ca816b7175142a93841bce45b06e61befa7 (diff) | |
download | freebsd-ports-gnome-9695e526920f1531c6842d4abf7d95206e5c6ed2.tar.gz freebsd-ports-gnome-9695e526920f1531c6842d4abf7d95206e5c6ed2.tar.zst freebsd-ports-gnome-9695e526920f1531c6842d4abf7d95206e5c6ed2.zip |
Fix mis-spelling of ONLY_FOR_ARCHS_REASON.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yafaray/Makefile | 2 |
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 \ |