From 7226372607bd22c19095f96659da7c8b847c79bc Mon Sep 17 00:00:00 2001 From: ahoka Date: Sun, 21 Dec 2008 14:08:39 +0000 Subject: Move the avahi option to libpurple where it belongs. Bump. --- chat/pidgin/options.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'chat/pidgin') 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" -- cgit v1.2.3