pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/pidgin
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 21 21:08:43 UTC 2019
Modified Files:
pkgsrc/chat/pidgin: options.mk
Log Message:
pidgin: Fix building with d-bus enabled
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/pidgin/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/chat/pidgin/options.mk
diff -u pkgsrc/chat/pidgin/options.mk:1.16 pkgsrc/chat/pidgin/options.mk:1.17
--- pkgsrc/chat/pidgin/options.mk:1.16 Thu Jan 14 23:12:41 2016
+++ pkgsrc/chat/pidgin/options.mk Sat Dec 21 21:08:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2016/01/14 23:12:41 wiz Exp $
+# $NetBSD: options.mk,v 1.17 2019/12/21 21:08:42 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
PKG_SUPPORTED_OPTIONS+= dbus debug gtkspell x11
@@ -11,6 +11,8 @@ PLIST_VARS+= dbus vv x11
.if !empty(PKG_OPTIONS:Mdbus)
CONFIGURE_ARGS+= --enable-dbus
PLIST.dbus= yes
+PYTHON_FOR_BUILD_ONLY= tool
+. include "../../lang/python/tool.mk"
. include "../../sysutils/dbus/buildlink3.mk"
. include "../../sysutils/dbus-glib/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index