pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgweather



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Fri Apr  2 16:21:05 UTC 2021

Modified Files:
        pkgsrc/devel/libgweather: Makefile

Log Message:
libgweather: Add missing build dependency devel/py-gobject3


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/libgweather/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/libgweather/Makefile
diff -u pkgsrc/devel/libgweather/Makefile:1.84 pkgsrc/devel/libgweather/Makefile:1.85
--- pkgsrc/devel/libgweather/Makefile:1.84      Tue Mar 30 10:22:45 2021
+++ pkgsrc/devel/libgweather/Makefile   Fri Apr  2 16:21:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2021/03/30 10:22:45 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.85 2021/04/02 16:21:05 cirnatdan Exp $
 
 DISTNAME=      libgweather-40.0
 CATEGORIES=    devel gnome
@@ -17,6 +17,8 @@ PYTHON_FOR_BUILD_ONLY=        tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/gweather-3.0.pc
 
+BUILD_DEPENDS+=                py${PYTHON_VERSION_DEFAULT}-gobject3-[0-9]*:../../devel/py-gobject3
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../geography/geocode-glib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index