Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 10:50:08 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 419eb4240949 - main - x11-wm/swayfx: drop unused += after 66405adbabf6
Message-ID:  <202403011050.421Ao883089031@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=419eb424094903812a07fb22d28df6ab43550e60

commit 419eb424094903812a07fb22d28df6ab43550e60
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-01 10:49:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-01 10:49:59 +0000

    x11-wm/swayfx: drop unused += after 66405adbabf6
---
 x11-wm/swayfx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile
index 0dc9ab9228bb..90a66f78e348 100644
--- a/x11-wm/swayfx/Makefile
+++ b/x11-wm/swayfx/Makefile
@@ -29,7 +29,7 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c \
 
 USES=		compiler:c11 gl gnome meson pkgconfig xorg
 USE_GITHUB=	yes
-USE_GL+=	egl glesv2
+USE_GL=		egl glesv2
 USE_GNOME=	cairo pango
 USE_XORG=	pixman
 GH_ACCOUNT=	WillPower3309



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