summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-14 19:15:14 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-14 19:15:14 +0000
commit5d87ca8743f8e9ac55febea4d4be625ac5074be9 (patch)
tree54fcd53b692a0c06a227b598017af9fb20effbc1 /net
parent246c247e169d243360133dbad7fd3772bff217fa (diff)
downloadpkgsrc-5d87ca8743f8e9ac55febea4d4be625ac5074be9.tar.gz
Needs gdbus-codegen and gperf
Diffstat (limited to 'net')
-rw-r--r--net/grilo-plugins/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile
index 94f58fb725c..f854b200569 100644
--- a/net/grilo-plugins/Makefile
+++ b/net/grilo-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/05/06 14:04:55 adam Exp $
+# $NetBSD: Makefile,v 1.35 2020/05/14 19:15:14 joerg Exp $
DISTNAME= grilo-plugins-0.3.10
PKGREVISION= 3
@@ -11,12 +11,15 @@ HOMEPAGE= https://wiki.gnome.org/Projects/Grilo
COMMENT= Plugins for grilo media browser
LICENSE= gnu-lgpl-v2
+TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
USE_TOOLS+= pkg-config xgettext
PYTHON_FOR_BUILD_ONLY= tool
PKGCONFIG_OVERRIDE+= grilo-plugins-0.3.pc.in
+.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/lua53/buildlink3.mk"