summaryrefslogtreecommitdiff
path: root/chat/finch
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-06 19:39:19 +0000
committerwiz <wiz>2015-08-06 19:39:19 +0000
commit25890dc57b129b8b0b0bdaaf6bc5af1323547662 (patch)
treefe09307801edc8045cbe6997ef2a95a934dfefb6 /chat/finch
parenta15eba1157fb5cdea0318754bd7a05fb1e693345 (diff)
downloadpkgsrc-25890dc57b129b8b0b0bdaaf6bc5af1323547662.tar.gz
Disable gstreamer option by default.
Suggested by Michael McConville to get rid of the x11 dependency in finch, which you really don't want. Use chat/pidgin for X11. Bump PKGREVISION.
Diffstat (limited to 'chat/finch')
-rw-r--r--chat/finch/Makefile4
-rw-r--r--chat/finch/options.mk3
2 files changed, 3 insertions, 4 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 7bce5f280d5..05aab0b34fa 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2015/06/12 10:48:27 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2015/08/06 19:39:19 wiz Exp $
PKGNAME= finch-${PIDGIN_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Multi-protocol Instant Messaging client console frontend
diff --git a/chat/finch/options.mk b/chat/finch/options.mk
index b38502e4e8f..c0d632279d2 100644
--- a/chat/finch/options.mk
+++ b/chat/finch/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2009/12/08 12:45:42 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2015/08/06 19:39:19 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
-PKG_SUGGESTED_OPTIONS+= gstreamer
.include "../../mk/bsd.options.mk"