We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d32e02 commit 58deca9Copy full SHA for 58deca9
www/palemoon/options.mk
@@ -1,4 +1,4 @@
1
-# $NetBSD: options.mk,v 1.1 2024/07/26 08:05:23 nia Exp $
+# $NetBSD: options.mk,v 1.2 2026/02/22 11:05:44 nia Exp $
2
3
PKG_OPTIONS_VAR= PKG_OPTIONS.palemoon
4
PKG_SUPPORTED_OPTIONS= dbus pulseaudio
@@ -8,6 +8,7 @@ PKG_SUPPORTED_OPTIONS= dbus pulseaudio
8
.if !empty(PKG_OPTIONS:Mdbus)
9
CONFIGURE_ARGS+= --enable-dbus
10
. include "../../sysutils/dbus/buildlink3.mk"
11
+. include "../../sysutils/dbus-glib/buildlink3.mk"
12
.else
13
CONFIGURE_ARGS+= --disable-dbus
14
.endif
0 commit comments