diff options
Diffstat (limited to 'chat/pidgin/options.mk')
-rw-r--r-- | chat/pidgin/options.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk index 20c45be51a4..51c33767ee4 100644 --- a/chat/pidgin/options.mk +++ b/chat/pidgin/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.6 2008/12/21 14:08:39 ahoka Exp $ +# $NetBSD: options.mk,v 1.7 2009/09/06 21:06:45 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin -PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell -PKG_SUGGESTED_OPTIONS+= gtkspell dbus gstreamer +PKG_SUPPORTED_OPTIONS+= dbus debug farsight gstreamer gtkspell +PKG_SUGGESTED_OPTIONS+= gtkspell dbus farsight gstreamer .include "../../mk/bsd.options.mk" @@ -15,6 +15,11 @@ PLIST.dbus= yes . include "../../sysutils/dbus-glib/buildlink3.mk" .endif +.if !empty(PKG_OPTIONS:Mfarsight) +CONFIGURE_ARGS+= --enable-farsight +. include "../../multimedia/farsight2/buildlink3.mk" +.endif + .if !empty(PKG_OPTIONS:Mgtkspell) CONFIGURE_ARGS+= --enable-gtkspell . include "../../textproc/gtkspell/buildlink3.mk" |