svn commit: r552016 - head/devel/efl

Gleb Popov arrowd at FreeBSD.org
Sat Oct 10 19:18:24 UTC 2020


Author: arrowd
Date: Sat Oct 10 19:18:23 2020
New Revision: 552016
URL: https://svnweb.freebsd.org/changeset/ports/552016

Log:
  devel/efl: Revert unwanted whitespace change that slipped in with my previous commit.
  
  Reported by:	danfe

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sat Oct 10 18:48:54 2020	(r552015)
+++ head/devel/efl/Makefile	Sat Oct 10 19:18:23 2020	(r552016)
@@ -38,7 +38,7 @@ USE_XORG=	x11 xcb xcursor xcomposite xdamage xext xfix
 		xrandr xrender xtst xscrnsaver
 USE_LDCONFIG=	yes
 
-MESON_ARGS=		-Dsystemd=false -Deeze=false
+MESON_ARGS=	-Dsystemd=false -Deeze=false
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list