summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authordrochner <drochner>2012-08-01 15:26:54 +0000
committerdrochner <drochner>2012-08-01 15:26:54 +0000
commit30d3b08a6d39bfd3f6a767a0ee4573388c8cf3db (patch)
tree4d6f19b1a21212fe9ace5b15034df3145bf2c10a /chat/pidgin
parent373b8ee557507e14cc1f9f92fb0a5b05c5b50199 (diff)
downloadpkgsrc-30d3b08a6d39bfd3f6a767a0ee4573388c8cf3db.tar.gz
cleanup/update configure arguments
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/options.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk
index a5c9e03f19b..f71cb1295b7 100644
--- a/chat/pidgin/options.mk
+++ b/chat/pidgin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2011/03/14 12:50:48 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2012/08/01 15:26:54 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell farsight x11
@@ -19,10 +19,12 @@ PLIST.dbus= yes
.if !empty(PKG_OPTIONS:Mfarsight) && !empty(PKG_OPTIONS:Mgstreamer)
CONFIGURE_ARGS+= --enable-vv
PLIST.vv= yes
+.else
+CONFIGURE_ARGS+= --disable-vv
.endif
.if !empty(PKG_OPTIONS:Mfarsight)
-CONFIGURE_ARGS+= --enable-farsight
+CONFIGURE_ARGS+= --enable-farstream
. include "../../multimedia/farsight2/buildlink3.mk"
.endif