summaryrefslogtreecommitdiff
path: root/net/grilo-plugins/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-07-31 14:27:35 +0000
committerjperkin <jperkin@pkgsrc.org>2018-07-31 14:27:35 +0000
commit24354d07c142f45e9eb381d4b7a371854d4dc66b (patch)
tree1ec56dbf0afd127bf2d5af65462f1f9e481d8562 /net/grilo-plugins/Makefile
parent5471bec75b2f2c7a5f8eab05c46b1f6c9e693c55 (diff)
downloadpkgsrc-24354d07c142f45e9eb381d4b7a371854d4dc66b.tar.gz
grilo-plugins: Fix "format not a string literal" errors.
Disable the bliptv plugin, the service has been shut down.
Diffstat (limited to 'net/grilo-plugins/Makefile')
-rw-r--r--net/grilo-plugins/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile
index c75fe071852..eb5ef513282 100644
--- a/net/grilo-plugins/Makefile
+++ b/net/grilo-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/07/20 03:34:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/31 14:27:35 jperkin Exp $
#
DISTNAME= grilo-plugins-0.2.9
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool xgettext
+CONFIGURE_ARGS+= --disable-bliptv
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/grilo/buildlink3.mk"
.include "../../net/gupnp/buildlink3.mk"