summaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2020-08-05 20:42:40 +0000
committerkamil <kamil@pkgsrc.org>2020-08-05 20:42:40 +0000
commit9f25d3ffb904461f9ab90a126066e8fe09daa258 (patch)
tree3b346227aafdff5b8e989fea6b6e6a7150546764 /graphics/inkscape
parent9b5d00181c439ee3d703ca7ccfb3d1347438d853 (diff)
downloadpkgsrc-9f25d3ffb904461f9ab90a126066e8fe09daa258.tar.gz
inkscape: Depend on adwaita-icon-theme
Without the Adwaita icons, the application does not start.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 420ad0edf49..faddfc46adc 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.214 2020/08/05 19:59:39 kamil Exp $
+# $NetBSD: Makefile,v 1.215 2020/08/05 20:42:40 kamil Exp $
DISTNAME= inkscape-1.0
PKGREVISION= 5
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/inkscape-1.0_2020-05-01_4035a4fb49
.if !exists(/usr/bin/iconv)
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.endif
+DEPENDS+= adwaita-icon-theme>0:../../graphics/adwaita-icon-theme
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
# for inkex.py, needed by most python extension scripts
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml