diff --git a/main/graphviz/APKBUILD b/main/graphviz/APKBUILD
index a4b956531511c718591e471afb6c19e07e9a3dab..ea6e4ce30ff9a8d90aced1ef58771a0de5a8e8d0 100644
--- a/main/graphviz/APKBUILD
+++ b/main/graphviz/APKBUILD
@@ -3,13 +3,14 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=graphviz
 pkgver=8.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph Visualization Tools"
 url="https://www.graphviz.org/"
 arch="all"
 license="EPL-1.0"
 options="!check" # fixme: enable testsuite
 _luaver=5.4
+depends="font-cantarell"
 depends_dev="
 	cairo-dev
 	expat-dev