pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus-glib



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 21:53:27 UTC 2017

Modified Files:
        pkgsrc/sysutils/dbus-glib: Makefile

Log Message:
dbus-glib: requires glib-genmarshal which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/sysutils/dbus-glib/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dbus-glib/Makefile
diff -u pkgsrc/sysutils/dbus-glib/Makefile:1.39 pkgsrc/sysutils/dbus-glib/Makefile:1.40
--- pkgsrc/sysutils/dbus-glib/Makefile:1.39     Mon Sep 12 07:34:19 2016
+++ pkgsrc/sysutils/dbus-glib/Makefile  Fri Oct 13 21:53:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/09/12 07:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/10/13 21:53:27 prlw1 Exp $
 
 DISTNAME=      dbus-glib-0.108
 CATEGORIES=    sysutils
@@ -32,6 +32,7 @@ CONFIGURE_ARGS+=      --with-xml=expat
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.32
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_API_DEPENDS.dbus+=   dbus>=1.8
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index