diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-12-21 00:12:10 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-12-21 00:12:10 +0000 |
commit | dff3c66a658e1b1724df56bf696a7fb9acf3b9cb (patch) | |
tree | d63083072146237433dfa7aa9ee403ccfe85121d /chat | |
parent | bd652cbbda880e0fd627b655fb5c2d65b7ae648a (diff) | |
download | pkgsrc-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')
-rw-r--r-- | chat/libpurple/Makefile.common | 3 | ||||
-rw-r--r-- | chat/libpurple/options.mk | 4 | ||||
-rw-r--r-- | chat/pidgin/options.mk | 11 |
3 files changed, 12 insertions, 6 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index 30fc77c2feb..5fef6525967 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2008/09/20 16:13:00 obache Exp $ +# $NetBSD: Makefile.common,v 1.22 2008/12/21 00:12:10 ahoka Exp $ # # used by chat/finch/Makefile # used by chat/libpurple/Makefile @@ -6,6 +6,7 @@ # used by chat/pidgin-silc/Makefile PIDGIN_VERSION= 2.5.1 +PKGREVISION= 1 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk index f7e22322ce1..b05252a76b8 100644 --- a/chat/libpurple/options.mk +++ b/chat/libpurple/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.8 2008/05/17 23:26:06 tnn Exp $ +# $NetBSD: options.mk,v 1.9 2008/12/21 00:12:10 ahoka Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple PKG_SUPPORTED_OPTIONS+= gnutls perl tcl debug dbus sasl -PKG_SUGGESTED_OPTIONS+= gnutls +PKG_SUGGESTED_OPTIONS+= gnutls dbus .include "../../mk/bsd.options.mk" 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" |