pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cogl cogl: requires glib-mkenums which is now...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44b301d33409
branches:  trunk
changeset: 370310:44b301d33409
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sat Oct 14 21:16:43 2017 +0000

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

diffstat:

 graphics/cogl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 03b41e75cb09 -r 44b301d33409 graphics/cogl/Makefile
--- a/graphics/cogl/Makefile    Sat Oct 14 21:14:13 2017 +0000
+++ b/graphics/cogl/Makefile    Sat Oct 14 21:16:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/02/12 06:25:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/10/14 21:16:43 prlw1 Exp $
 
 DISTNAME=      cogl-1.22.0
 PKGREVISION=   3
@@ -39,6 +39,7 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.32.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_API_DEPENDS.pango+=  pango>=1.20.0
 .include "../../devel/pango/buildlink3.mk"
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.10.0



Home | Main Index | Thread Index | Old Index