aboutsummaryrefslogtreecommitdiff
path: root/devel/efl
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-28 19:21:12 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-28 19:21:12 +0000
commite27ecb7d59ab231927a3eb4f4d2d508ae5e00d6c (patch)
tree11fb4c0694b7fe7336e7630965ccb01015a60777 /devel/efl
parent7cc54a3bb563e81a7847993c3c7e0b00af7cc4d3 (diff)
downloadports-e27ecb7d59ab231927a3eb4f4d2d508ae5e00d6c.tar.gz
ports-e27ecb7d59ab231927a3eb4f4d2d508ae5e00d6c.zip
devel/efl: luajit is unavailable on all powerpc* platforms
luajit is unavailable on all powerpc* platforms. PR: 239375 Approved by: enlightenment (maintainer timeout), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21398
Notes
Notes: svn path=/head/; revision=510092
Diffstat (limited to 'devel/efl')
-rw-r--r--devel/efl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index a40457965874..6088129d8265 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -174,7 +174,7 @@ CONFIGURE_ARGS+= --with-opengl=none
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
-.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+.if ${ARCH:Mpowerpc*} || ${ARCH} == "sparc64"
USES+= lua
CONFIGURE_ARGS+= --enable-lua-old
PLIST_SUB+= ELUA="@comment "