diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-15 23:59:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-15 23:59:23 +0000 |
commit | 39240339a7fbeec065246b5f2779ab4f42b18000 (patch) | |
tree | fe42ac37ab8107c91f2ebc6320ce2573211a13dc /devel/efl/Makefile | |
parent | 16dd061a85f680efc9eadcc9019e151feffa7f94 (diff) |
Notes
Diffstat (limited to 'devel/efl/Makefile')
-rw-r--r-- | devel/efl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile index b86080dc12e5..187b0ed22237 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment @@ -94,7 +94,7 @@ WAYLAND_CFLAGS= -I${LOCALBASE}/include/libepoll-shim WAYLAND_LDFLAGS= -lepoll-shim WAYLAND_CONFIGURE_ENABLE= wayland -WAYLAND_EGL_LIB_DEPENDS= libwayland-egl.so:graphics/mesa-libs +WAYLAND_EGL_LIB_DEPENDS= libwayland-egl.so:graphics/wayland WAYLAND_EGL_CONFIGURE_ENABLE= egl WAYLANG_EGL_USE= GL=egl WAYLAND_EGL_IMPLIES= WAYLAND OPENGLES |