pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtksourceview2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Oct 14 21:22:56 UTC 2017

Modified Files:
        pkgsrc/x11/gtksourceview2: Makefile

Log Message:
gtksourceview2: requires py-glib2-tools to build


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/gtksourceview2/Makefile

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

Modified files:

Index: pkgsrc/x11/gtksourceview2/Makefile
diff -u pkgsrc/x11/gtksourceview2/Makefile:1.51 pkgsrc/x11/gtksourceview2/Makefile:1.52
--- pkgsrc/x11/gtksourceview2/Makefile:1.51     Sun Feb 12 06:24:54 2017
+++ pkgsrc/x11/gtksourceview2/Makefile  Sat Oct 14 21:22:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2017/02/12 06:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2017/10/14 21:22:56 prlw1 Exp $
 
 DISTNAME=      gtksourceview-2.10.5
 PKGNAME=       ${DISTNAME:S/-/2-/}
@@ -28,6 +28,7 @@ SUBST_SED.ige-mac=    -e 's,os_osx=yes,os_o
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index