svn commit: r514759 - head/devel/efl

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 06:50:31 UTC 2019


Author: tobik
Date: Sat Oct 19 06:50:30 2019
New Revision: 514759
URL: https://svnweb.freebsd.org/changeset/ports/514759

Log:
  devel/efl: Spell WAYLAND_EGL_USE correctly

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sat Oct 19 06:46:11 2019	(r514758)
+++ head/devel/efl/Makefile	Sat Oct 19 06:50:30 2019	(r514759)
@@ -96,7 +96,7 @@ WAYLAND_CONFIGURE_ENABLE=	wayland
 
 WAYLAND_EGL_LIB_DEPENDS=	libwayland-egl.so:graphics/wayland
 WAYLAND_EGL_CONFIGURE_ENABLE=	egl
-WAYLANG_EGL_USE=		GL=egl
+WAYLAND_EGL_USE=		GL=egl
 WAYLAND_EGL_IMPLIES=		WAYLAND OPENGLES
 
 GSTREAMER_USE=			GSTREAMER1=core


More information about the svn-ports-head mailing list