summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-13 22:26:53 +0000
committerwiz <wiz>2016-01-13 22:26:53 +0000
commit60fb05fee0f93cdc32809ae0afb812448944a7aa (patch)
treece908e7b77424c2847cefe164ee5f0b06ba6742d /chat/pidgin
parentbb59a87a6ff87ba32d9d9fc26c4d18f63d4cc4d1 (diff)
downloadpkgsrc-60fb05fee0f93cdc32809ae0afb812448944a7aa.tar.gz
Undo unintended part of commit.
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/options.mk6
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)