aboutsummaryrefslogtreecommitdiff
path: root/devel/efl
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-27 20:30:01 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-27 20:30:01 +0000
commita6cf3d2073d46ae54447a6ea91998ea7a63ce113 (patch)
tree74557a59624a72d880c3f63c21002ab79a6a4bc5 /devel/efl
parentdd848befa5fa2b631e57146e1e7f6210150b38dd (diff)
downloadports-a6cf3d2073d46ae54447a6ea91998ea7a63ce113.tar.gz
ports-a6cf3d2073d46ae54447a6ea91998ea7a63ce113.zip
Notes
Diffstat (limited to 'devel/efl')
-rw-r--r--devel/efl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 66053c6a455a..a6568bdfc515 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= efl
DISTVERSION= 1.25.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
DIST_SUBDIR= enlightenment
@@ -60,9 +60,7 @@ OPTIONS_SINGLE_LUAL= LUAJIT LUALANG
OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PULSEAUDIO EXAMPLES GSTREAMER V4L SCIM XIM \
OPENSSL OPENJPEG PDF PS RAW SVG WEBP XCF OPENGL LUAJIT CXX
OPTIONS_DEFAULT_aarch64= LUALANG
-OPTIONS_DEFAULT_powerpc64= LUALANG
OPTIONS_EXCLUDE_aarch64= LUAJIT
-OPTIONS_EXCLUDE_powerpc64= LUAJIT
OPTIONS_SUB= yes
HARFBUZZ_DESC= OpenType text shaping engine
@@ -329,11 +327,11 @@ MESON_ARGS+= -Degl=true
USE_GL= egl
.endif
-.if (${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == aarch64)
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
-.if ${ARCH} == powerpc64le
+.if ${ARCH:Mpowerpc64*}
LUAJIT_BUILD_DEPENDS= luajit:lang/luajit-openresty
LUAJIT_RUN_DEPENDS= luajit:lang/luajit-openresty
.endif