Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 19:18:23 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552016 - head/devel/efl
Message-ID:  <202010101918.09AJINKl006986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101918.09AJINKl006986>