git: 419eb4240949 - main - x11-wm/swayfx: drop unused += after 66405adbabf6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Mar 2024 10:50:08 UTC
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