pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 22:52:33 UTC 2017

Modified Files:
        pkgsrc/x11/gtk2: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 pkgsrc/x11/gtk2/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/gtk2/Makefile
diff -u pkgsrc/x11/gtk2/Makefile:1.288 pkgsrc/x11/gtk2/Makefile:1.289
--- pkgsrc/x11/gtk2/Makefile:1.288      Wed Aug 16 20:21:16 2017
+++ pkgsrc/x11/gtk2/Makefile    Fri Oct 13 22:52:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.288 2017/08/16 20:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.289 2017/10/13 22:52:32 prlw1 Exp $
 
 DISTNAME=      gtk+-2.24.31
 PKGNAME=       ${DISTNAME:S/gtk/gtk2/}
@@ -102,6 +102,7 @@ BUILDLINK_API_DEPENDS.atk+= atk>=1.30.0
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.28.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection:=    build
 BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=0.9.3



Home | Main Index | Thread Index | Old Index