summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-03-26 09:34:49 +0000
committertnn <tnn@pkgsrc.org>2022-03-26 09:34:49 +0000
commit696ef0bdb06580f8dc7ad237af63d820c538cfcb (patch)
treeb98c3f708a24de3595f04085372fd840142ca512
parent337a631f18aa10d2ed9e05af810f6412f4d39901 (diff)
downloadpkgsrc-696ef0bdb06580f8dc7ad237af63d820c538cfcb.tar.gz
gimp: build-depend on vera-ttf
During the build gimp wants to convert svg files to png. This reproducibly segfaults it's tooling if fontconfig cannot find any fonts, which happens if bulk building with modular X.org.
-rw-r--r--graphics/gimp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index edb2726ad88..044e031196f 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.356 2022/03/12 08:05:24 nia Exp $
+# $NetBSD: Makefile,v 1.357 2022/03/26 09:34:49 tnn Exp $
DISTNAME= gimp-2.10.30
CATEGORIES= graphics
@@ -10,6 +10,7 @@ HOMEPAGE= https://www.gimp.org/
COMMENT= The GNU image manipulation program
LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3
+BUILD_DEPENDS+= vera-ttf-[0-9]*:../../fonts/vera-ttf
TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking