git: 83674f350467 - main - x11/gdm: fix build after d9aa7a9929ef49efebb2bee0393ec4369fdc9ece
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 11:08:30 UTC
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=83674f3504673c0aa9ba2c1afff8b286d9709c55 commit 83674f3504673c0aa9ba2c1afff8b286d9709c55 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2023-05-20 11:07:19 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2023-05-20 11:07:19 +0000 x11/gdm: fix build after d9aa7a9929ef49efebb2bee0393ec4369fdc9ece "ipv6" is a true/false option, not enabled/disabled meson.build:1:0: ERROR: Value enabled is not boolean (true or false). --- x11/gdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ecc043e27491..f25e187e654e 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -87,7 +87,7 @@ GNOME_LOCALSTATEDIR= /var OPTIONS_DEFINE= IPV6 -IPV6_MESON_ENABLED= ipv6 +IPV6_MESON_TRUE= ipv6 .include <bsd.port.options.mk>