pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libpeas



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 23:51:40 UTC 2017

Modified Files:
        pkgsrc/devel/libpeas: Makefile

Log Message:
libpeas: requires glib-marshal which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libpeas/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/libpeas/Makefile
diff -u pkgsrc/devel/libpeas/Makefile:1.31 pkgsrc/devel/libpeas/Makefile:1.32
--- pkgsrc/devel/libpeas/Makefile:1.31  Sun Aug 27 15:29:09 2017
+++ pkgsrc/devel/libpeas/Makefile       Fri Oct 13 23:51:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/08/27 15:29:09 prlw1 Exp $
+# $NetBSD: Makefile,v 1.32 2017/10/13 23:51:40 prlw1 Exp $
 
 DISTNAME=      libpeas-1.20.0
 CATEGORIES=    devel gnome
@@ -30,6 +30,7 @@ PKGCONFIG_OVERRIDE+=  data/libpeas-1.0.pc
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=1.39.0
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/py-gobject3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index