pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/grilo-plugins



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:15:14 UTC 2020

Modified Files:
        pkgsrc/net/grilo-plugins: Makefile

Log Message:
Needs gdbus-codegen and gperf


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/grilo-plugins/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/grilo-plugins/Makefile
diff -u pkgsrc/net/grilo-plugins/Makefile:1.34 pkgsrc/net/grilo-plugins/Makefile:1.35
--- pkgsrc/net/grilo-plugins/Makefile:1.34      Wed May  6 14:04:55 2020
+++ pkgsrc/net/grilo-plugins/Makefile   Thu May 14 19:15:14 2020
@@ -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/Project
 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"



Home | Main Index | Thread Index | Old Index