pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtksourceview3 gtksourceview3: requires glib-mkenu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/948c1de861cb
branches:  trunk
changeset: 370297:948c1de861cb
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sat Oct 14 10:51:45 2017 +0000

description:
gtksourceview3: requires glib-mkenums which is now in py-glib2-tools

diffstat:

 x11/gtksourceview3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 49d6949b24dc -r 948c1de861cb x11/gtksourceview3/Makefile
--- a/x11/gtksourceview3/Makefile       Sat Oct 14 10:49:26 2017 +0000
+++ b/x11/gtksourceview3/Makefile       Sat Oct 14 10:51:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/08/27 15:26:03 prlw1 Exp $
+# $NetBSD: Makefile,v 1.35 2017/10/14 10:51:45 prlw1 Exp $
 
 DISTNAME=      gtksourceview-3.24.3
 PKGNAME=       ${DISTNAME:S/gtksourceview/gtksourceview3/}
@@ -32,6 +32,7 @@
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.48
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .if !empty(PKG_OPTIONS:Mintrospection)
 PLIST.introspection=   yes
 BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=1.42.0



Home | Main Index | Thread Index | Old Index