summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-03 23:12:16 +0100
committerIsmael Luceno2022-03-03 23:30:51 +0100
commitf33f7f352d9a78fdbca4bfd78c23845cfbef5851 (patch)
tree448ee8025bc07078d9f138d8e7a26b00aab0d6b8 /graphics
parent5df40eb8ccad9f6810031c75fff6f4c358f140ed (diff)
inkscape: Add missing dep on libsoup-2.4
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/inkscape/DEPENDS1
-rw-r--r--graphics/inkscape/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index 754c1a831d..d4004dc504 100755
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -10,6 +10,7 @@ depends libsigc++3 &&
depends libgc &&
depends popt &&
depends xml-parser-expat &&
+depends libsoup-2.4 &&
optional_depends readline \
-DWITH_GNU_READLINE={ON,OFF} \
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 9831973176..a20db1e881 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2022-03-03 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: added missing dep on libsoup-2.4
+
2021-08-14 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 1.1
* BUILD, INSTALL, patches/inkscape-0.92.4-upstream_fixes-1.patch: