summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authorahoka <ahoka>2008-12-21 14:08:39 +0000
committerahoka <ahoka>2008-12-21 14:08:39 +0000
commit7226372607bd22c19095f96659da7c8b847c79bc (patch)
treef6b199637883c1a432ac6f4aba0b41b6a52c4803 /chat/pidgin
parentae586f8f9bb4005667ba83b536e608ad38190570 (diff)
downloadpkgsrc-7226372607bd22c19095f96659da7c8b847c79bc.tar.gz
Move the avahi option to libpurple where it belongs.
Bump.
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/options.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk
index ec603efeff3..20c45be51a4 100644
--- a/chat/pidgin/options.mk
+++ b/chat/pidgin/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2008/12/21 00:12:10 ahoka Exp $
+# $NetBSD: options.mk,v 1.6 2008/12/21 14:08:39 ahoka Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
-PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell avahi
-PKG_SUGGESTED_OPTIONS+= gtkspell dbus gstreamer avahi
+PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell
+PKG_SUGGESTED_OPTIONS+= gtkspell dbus gstreamer
.include "../../mk/bsd.options.mk"
@@ -15,11 +15,6 @@ 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"