pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gsettings-desktop-schemas



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Oct 14 10:49:26 UTC 2017

Modified Files:
        pkgsrc/sysutils/gsettings-desktop-schemas: Makefile

Log Message:
gsettings-desktop-schemas: requires glib-mkenums which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/gsettings-desktop-schemas/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/gsettings-desktop-schemas/Makefile
diff -u pkgsrc/sysutils/gsettings-desktop-schemas/Makefile:1.9 pkgsrc/sysutils/gsettings-desktop-schemas/Makefile:1.10
--- pkgsrc/sysutils/gsettings-desktop-schemas/Makefile:1.9      Sun Aug 27 15:48:24 2017
+++ pkgsrc/sysutils/gsettings-desktop-schemas/Makefile  Sat Oct 14 10:49:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/08/27 15:48:24 prlw1 Exp $
+# $NetBSD: Makefile,v 1.10 2017/10/14 10:49:26 prlw1 Exp $
 
 DISTNAME=      gsettings-desktop-schemas-3.24.0
 CATEGORIES=    sysutils gnome
@@ -18,6 +18,7 @@ USE_LANGUAGES=                c
 
 PKGCONFIG_OVERRIDE+=   gsettings-desktop-schemas.pc.in
 
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/glib2/schemas.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection:=    build
 BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=1.31



Home | Main Index | Thread Index | Old Index