Fri Jan 20 14:15:38 2023 UTC ()
pidgin: Add forgotten mk/bsd.prefs.mk

Oops, sorry, pkglint said me it looked fine...


(triaxx)
diff -r1.18 -r1.19 pkgsrc/chat/pidgin/options.mk

cvs diff -r1.18 -r1.19 pkgsrc/chat/pidgin/options.mk (expand / switch to unified diff)

--- pkgsrc/chat/pidgin/options.mk 2023/01/20 14:09:09 1.18
+++ pkgsrc/chat/pidgin/options.mk 2023/01/20 14:15:38 1.19
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: options.mk,v 1.18 2023/01/20 14:09:09 triaxx Exp $ 1# $NetBSD: options.mk,v 1.19 2023/01/20 14:15:38 triaxx Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin 3PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
4PKG_SUPPORTED_OPTIONS+= dbus debug gtkspell 4PKG_SUPPORTED_OPTIONS+= dbus debug gtkspell
5PKG_SUGGESTED_OPTIONS+= dbus gtkspell 5PKG_SUGGESTED_OPTIONS+= dbus gtkspell
 6
 7.include "../../mk/bsd.prefs.mk"
6.if ${OPSYS} != "Darwin" 8.if ${OPSYS} != "Darwin"
7PKG_SUPPORTED_OPTIONS+= x11 9PKG_SUPPORTED_OPTIONS+= x11
8PKG_SUGGESTED_OPTIONS+= x11 10PKG_SUGGESTED_OPTIONS+= x11
9.endif 11.endif
10 12
11.include "../../mk/bsd.options.mk" 13.include "../../mk/bsd.options.mk"
12 14
13PLIST_VARS+= dbus x11 15PLIST_VARS+= dbus x11
14 16
15.if !empty(PKG_OPTIONS:Mdbus) 17.if !empty(PKG_OPTIONS:Mdbus)
16CONFIGURE_ARGS+= --enable-dbus 18CONFIGURE_ARGS+= --enable-dbus
17PLIST.dbus= yes 19PLIST.dbus= yes
18PYTHON_FOR_BUILD_ONLY= tool 20PYTHON_FOR_BUILD_ONLY= tool