pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gobject32



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Nov 16 11:29:13 UTC 2023

Modified Files:
        pkgsrc/devel/py-gobject32: Makefile

Log Message:
py-gobject32: Fix py-cairo include.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gobject32/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/py-gobject32/Makefile
diff -u pkgsrc/devel/py-gobject32/Makefile:1.5 pkgsrc/devel/py-gobject32/Makefile:1.6
--- pkgsrc/devel/py-gobject32/Makefile:1.5      Tue Nov 14 14:01:40 2023
+++ pkgsrc/devel/py-gobject32/Makefile  Thu Nov 16 11:29:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/11/14 14:01:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/11/16 11:29:13 jperkin Exp $
 
 DISTNAME=      pygobject-3.36.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/-/3-/}
@@ -42,7 +42,7 @@ BUILDLINK_API_DEPENDS.gobject-introspect
 .include "../../devel/meson/build.mk"
 # https://bugzilla.gnome.org/show_bug.cgi?id=685094
 # https://bugzilla.gnome.org/show_bug.cgi?id=707196
-.include "../../graphics/py-cairo/buildlink3.mk"
+.include "../../graphics/py-cairo118/buildlink3.mk"
 BUILDLINK_API_DEPENDS.cairo+=   cairo>=1.18
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index