diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-01 15:26:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-01 15:26:54 +0000 |
commit | 816321904eeea04b57ca87ba3a40b35b949ddde9 (patch) | |
tree | 4d6f19b1a21212fe9ace5b15034df3145bf2c10a /chat | |
parent | 1f3cf1d166a9a0a76f2184fde5bdd50603c8bba2 (diff) | |
download | pkgsrc-816321904eeea04b57ca87ba3a40b35b949ddde9.tar.gz |
cleanup/update configure arguments
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin/options.mk | 6 |
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 |