pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/json-glib



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Oct 14 21:17:54 UTC 2017

Modified Files:
        pkgsrc/textproc/json-glib: Makefile

Log Message:
json-glib: requires glib-mkenums which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/json-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/textproc/json-glib/Makefile
diff -u pkgsrc/textproc/json-glib/Makefile:1.25 pkgsrc/textproc/json-glib/Makefile:1.26
--- pkgsrc/textproc/json-glib/Makefile:1.25     Sat Sep  9 06:15:37 2017
+++ pkgsrc/textproc/json-glib/Makefile  Sat Oct 14 21:17:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/09/09 06:15:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/10/14 21:17:54 prlw1 Exp $
 
 DISTNAME=      json-glib-1.2.8
 CATEGORIES=    textproc gnome
@@ -31,4 +31,5 @@ PRINT_PLIST_AWK+= \
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index