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 | 64c29031b2b0a5a34b4b4a84d3b47dfe51978cdf (patch) | |
tree | d63083072146237433dfa7aa9ee403ccfe85121d /chat/libpurple | |
parent | d36e38125317997e6ffb0984e6ab616775c50873 (diff) | |
download | pkgsrc-64c29031b2b0a5a34b4b4a84d3b47dfe51978cdf.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/libpurple')
-rw-r--r-- | chat/libpurple/Makefile.common | 3 | ||||
-rw-r--r-- | chat/libpurple/options.mk | 4 |
2 files changed, 4 insertions, 3 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" |