pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/palemoon
Module Name: pkgsrc
Committed By: nia
Date: Sun Feb 22 11:05:44 UTC 2026
Modified Files:
pkgsrc/www/palemoon: options.mk
Log Message:
palemoon: dbus option needs dbus-glib
PR pkg/60028
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/palemoon/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/palemoon/options.mk
diff -u pkgsrc/www/palemoon/options.mk:1.1 pkgsrc/www/palemoon/options.mk:1.2
--- pkgsrc/www/palemoon/options.mk:1.1 Fri Jul 26 08:05:23 2024
+++ pkgsrc/www/palemoon/options.mk Sun Feb 22 11:05:44 2026
@@ -1,4 +1,4 @@
-# $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 $
PKG_OPTIONS_VAR= PKG_OPTIONS.palemoon
PKG_SUPPORTED_OPTIONS= dbus pulseaudio
@@ -8,6 +8,7 @@ PKG_SUPPORTED_OPTIONS= dbus pulseaudio
.if !empty(PKG_OPTIONS:Mdbus)
CONFIGURE_ARGS+= --enable-dbus
. include "../../sysutils/dbus/buildlink3.mk"
+. include "../../sysutils/dbus-glib/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-dbus
.endif
Home |
Main Index |
Thread Index |
Old Index