git: d9aa7a9929ef - main - x11/gdm: fix option toggle IPV6_MESON_ENABLED

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Fri, 19 May 2023 06:15:52 UTC
The branch main has been updated by tcberner:

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

commit d9aa7a9929ef49efebb2bee0393ec4369fdc9ece
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-05-19 06:15:39 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-05-19 06:15:39 +0000

    x11/gdm: fix option toggle IPV6_MESON_ENABLED
---
 x11/gdm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 906cbe34936a..ecc043e27491 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -87,7 +87,7 @@ GNOME_LOCALSTATEDIR=	/var
 
 OPTIONS_DEFINE=	IPV6
 
-IPV6_MESON_ENABLE=	ipv6
+IPV6_MESON_ENABLED=	ipv6
 
 .include <bsd.port.options.mk>