git: 5399c9661572 - main - irc/hexchat: convert to option helpers

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 12 Feb 2024 16:58:24 UTC
The branch main has been updated by pkubaj:

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

commit 5399c96615725420afdd2a81f7112695f43882a3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 16:00:22 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-12 16:58:01 +0000

    irc/hexchat: convert to option helpers
    
    PR:             270363
    Approved by:    pkubaj (maintainer)
---
 irc/hexchat/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index ab14d7e19576..b2ffa396afde 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -47,11 +47,9 @@ TEXTFE_DESC=		Text frontend
 SYSINFO_DESC=		Sysinfo plugin
 
 CANBERRA_LIB_DEPENDS=	libcanberra.so:audio/libcanberra
-CANBERRA_MESON_ON=	-Dlibcanberra=enabled
-CANBERRA_MESON_OFF=	-Dlibcanberra=disabled
+CANBERRA_MESON_ENABLED=	libcanberra
 DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib
-DBUS_MESON_ON=		-Ddbus=enabled
-DBUS_MESON_OFF=		-Ddbus=disabled
+DBUS_MESON_ENABLED=	dbus
 FISHLIM_MESON_TRUE=	with-fishlim
 LUA_MESON_ON=		-Dwith-lua=lua-${LUA_VER}
 LUA_MESON_OFF=		-Dwith-lua=false