diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-13 22:26:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-13 22:26:53 +0000 |
commit | c7153c9098ed6e29d050ea79faf5a3c307bbc4d5 (patch) | |
tree | ce908e7b77424c2847cefe164ee5f0b06ba6742d | |
parent | 85012751d212e26d6fb119d54fb4b35f7d92c7bd (diff) | |
download | pkgsrc-c7153c9098ed6e29d050ea79faf5a3c307bbc4d5.tar.gz |
Undo unintended part of commit.
-rw-r--r-- | chat/pidgin/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk index 50a6c30ba6f..51d1a37264c 100644 --- a/chat/pidgin/options.mk +++ b/chat/pidgin/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.14 2016/01/13 22:25:38 wiz Exp $ +# $NetBSD: options.mk,v 1.15 2016/01/13 22:26:53 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin PKG_SUPPORTED_OPTIONS+= dbus debug gtkspell farstream x11 -#PKG_SUGGESTED_OPTIONS+= dbus gtkspell farstream x11 +PKG_SUGGESTED_OPTIONS+= dbus gtkspell farstream x11 .include "../../mk/bsd.options.mk" @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-vv .if !empty(PKG_OPTIONS:Mfarstream) CONFIGURE_ARGS+= --enable-farstream -. include "../../multimedia/farstream/buildlink3.mk" +. include "../../chat/farstream/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mgtkspell) |