pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cogl



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Oct 14 21:16:43 UTC 2017

Modified Files:
        pkgsrc/graphics/cogl: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/cogl/Makefile

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

Modified files:

Index: pkgsrc/graphics/cogl/Makefile
diff -u pkgsrc/graphics/cogl/Makefile:1.16 pkgsrc/graphics/cogl/Makefile:1.17
--- pkgsrc/graphics/cogl/Makefile:1.16  Sun Feb 12 06:25:24 2017
+++ pkgsrc/graphics/cogl/Makefile       Sat Oct 14 21:16:43 2017
@@ -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 @@ PKGCONFIG_OVERRIDE+=  cogl-path/cogl-path
 .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