pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 21:50:48 UTC 2017

Modified Files:
        pkgsrc/devel/pango: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 pkgsrc/devel/pango/Makefile

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

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.206 pkgsrc/devel/pango/Makefile:1.207
--- pkgsrc/devel/pango/Makefile:1.206   Mon Oct  2 15:42:01 2017
+++ pkgsrc/devel/pango/Makefile Fri Oct 13 21:50:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2017/10/02 15:42:01 wiz Exp $
+# $NetBSD: Makefile,v 1.207 2017/10/13 21:50:48 prlw1 Exp $
 
 DISTNAME=      pango-1.40.12
 CATEGORIES=    devel fonts
@@ -34,6 +34,7 @@ CHECK_PORTABILITY_SKIP+= docs/check.docs
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.33.12
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection:= build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index