summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-12-21 00:12:10 +0000
committerahoka <ahoka@pkgsrc.org>2008-12-21 00:12:10 +0000
commitdff3c66a658e1b1724df56bf696a7fb9acf3b9cb (patch)
treed63083072146237433dfa7aa9ee403ccfe85121d /chat/pidgin
parentbd652cbbda880e0fd627b655fb5c2d65b7ae648a (diff)
downloadpkgsrc-dff3c66a658e1b1724df56bf696a7fb9acf3b9cb.tar.gz
Add dbus, gstreamer and avahi (new) to default options.
This will enable better gnome integration and cooperation with other freedesktop software. Bump revision.
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/options.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk
index bb56ea9b257..ec603efeff3 100644
--- a/chat/pidgin/options.mk
+++ b/chat/pidgin/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2008/05/17 23:45:47 tnn Exp $
+# $NetBSD: options.mk,v 1.5 2008/12/21 00:12:10 ahoka Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
-PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell
-PKG_SUGGESTED_OPTIONS+= gtkspell
+PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell avahi
+PKG_SUGGESTED_OPTIONS+= gtkspell dbus gstreamer avahi
.include "../../mk/bsd.options.mk"
@@ -15,6 +15,11 @@ PLIST.dbus= yes
. include "../../sysutils/dbus-glib/buildlink3.mk"
.endif
+.if !empty(PKG_OPTIONS:Mavahi)
+PLIST.avahi= yes
+. include "../../net/avahi/buildlink3.mk"
+.endif
+
.if !empty(PKG_OPTIONS:Mgtkspell)
CONFIGURE_ARGS+= --enable-gtkspell
. include "../../textproc/gtkspell/buildlink3.mk"