summaryrefslogtreecommitdiff
path: root/chat/libpurple
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-08-31 18:00:52 +0000
committerdrochner <drochner@pkgsrc.org>2010-08-31 18:00:52 +0000
commit9dbbdce2110461a8224640d44ee8cc976f4dc6e1 (patch)
treed3fa204af2cfd1f187921c0d7d4358aff3226924 /chat/libpurple
parent171ff635cb5375512ebbfd6c59637221098e2c33 (diff)
downloadpkgsrc-9dbbdce2110461a8224640d44ee8cc976f4dc6e1.tar.gz
don't enable the "avahi" option per default, as done in other pkgs
(doesn't work on NetBSD)
Diffstat (limited to 'chat/libpurple')
-rw-r--r--chat/libpurple/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk
index b222786234f..533e397e6be 100644
--- a/chat/libpurple/options.mk
+++ b/chat/libpurple/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.16 2010/08/30 11:18:01 adam Exp $
+# $NetBSD: options.mk,v 1.17 2010/08/31 18:00:52 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple
PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls
PKG_SUPPORTED_OPTIONS+= gstreamer perl sasl tcl
-PKG_SUGGESTED_OPTIONS+= avahi dbus farsight gnome gnutls gstreamer
+PKG_SUGGESTED_OPTIONS+= dbus farsight gnome gnutls gstreamer
.include "../../mk/bsd.options.mk"