pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/GConf



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 22:54:02 UTC 2017

Modified Files:
        pkgsrc/devel/GConf: Makefile

Log Message:
GConf: requires glib-marshal which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/GConf/Makefile

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

Modified files:

Index: pkgsrc/devel/GConf/Makefile
diff -u pkgsrc/devel/GConf/Makefile:1.91 pkgsrc/devel/GConf/Makefile:1.92
--- pkgsrc/devel/GConf/Makefile:1.91    Sun Jan  1 14:43:29 2017
+++ pkgsrc/devel/GConf/Makefile Fri Oct 13 22:54:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/01/01 14:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2017/10/13 22:54:02 prlw1 Exp $
 
 .include "../../devel/GConf/Makefile.common"
 
@@ -35,5 +35,6 @@ BUILDLINK_ABI_DEPENDS.dbus-glib+=     dbus-g
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/xmlcatmgr/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/glib2/modules.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index