pkgsrc-WIP-changes archive

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

pango: reflect required dependencies versions



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Dec 6 13:49:41 2024 +0100
Changeset:	0f0fcde0e9e5c11de2fe4f476c538eac65f9793a

Modified Files:
	pango/Makefile

Log Message:
pango: reflect required dependencies versions

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f0fcde0e9e5c11de2fe4f476c538eac65f9793a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pango/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/pango/Makefile b/pango/Makefile
index 478e450da4..ec5cdca0cc 100644
--- a/pango/Makefile
+++ b/pango/Makefile
@@ -69,9 +69,9 @@ BUILDLINK_API_DEPENDS.fribidi+=	fribidi>=1.0.6
 BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.60
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+=	fontconfig>=2.11.91
+BUILDLINK_API_DEPENDS.fontconfig+=	fontconfig>=2.15.0
 .include "../../fonts/fontconfig/buildlink3.mk"
-BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=2.7.2
+BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=8.4.0
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .if ${LIBRSVG_TYPE} == "rust"
 .include "../../graphics/graphite2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index