git: e944cba64c63 - main - net/netatalk4: Unmask the libxslt dependency

From: Joe Marcus Clarke <marcus_at_FreeBSD.org>
Date: Thu, 06 Mar 2025 18:49:48 UTC
The branch main has been updated by marcus:

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

commit e944cba64c634a551be79b5e0db4dc2ada2f178b
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2025-03-06 18:48:04 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2025-03-06 18:48:04 +0000

    net/netatalk4: Unmask the libxslt dependency
    
    Since DBUS is a default option, it was masking the libxslt requirement
    for building manpages.
    
    PR:             285143
---
 net/netatalk4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netatalk4/Makefile b/net/netatalk4/Makefile
index c4c566f98754..426956c1eb75 100644
--- a/net/netatalk4/Makefile
+++ b/net/netatalk4/Makefile
@@ -64,7 +64,7 @@ LDAP_CFLAGS=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
 LDAP_USES=	ldap
 SENDFILE_MESON_OFF=-Dwith-sendfile=false
 DBUS_USES=	gnome python
-DBUS_USE=	GNOME=glib20
+DBUS_USE=	GNOME+=glib20
 DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 			libdbus-1.so:devel/dbus
 DBUS_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus@${PY_FLAVOR}