pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk4
Module Name: pkgsrc
Committed By: cirnatdan
Date: Wed Apr 14 11:13:35 UTC 2021
Modified Files:
pkgsrc/x11/gtk4: Makefile
Log Message:
gtk4: Add explicit dependency on pango >= 1.47.0
Fails to build with older pango
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/gtk4/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/gtk4/Makefile
diff -u pkgsrc/x11/gtk4/Makefile:1.4 pkgsrc/x11/gtk4/Makefile:1.5
--- pkgsrc/x11/gtk4/Makefile:1.4 Fri Apr 9 21:19:50 2021
+++ pkgsrc/x11/gtk4/Makefile Wed Apr 14 11:13:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/04/09 21:19:50 khorben Exp $
+# $NetBSD: Makefile,v 1.5 2021/04/14 11:13:35 cirnatdan Exp $
DISTNAME= gtk-4.0.3
PKGNAME= ${DISTNAME:S/gtk/gtk4/}
@@ -42,6 +42,7 @@ PRINT_PLIST_AWK+= { gsub(/\.${SOEXT}/, "
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/libexecinfo/buildlink3.mk"
+BUILDLINK_ABI_DEPENDS.pango+= pango>=1.47.0
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index