summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorIsmael Luceno2022-11-08 19:24:21 +0100
committerIsmael Luceno2022-11-08 19:24:21 +0100
commit0da6c55b3ab3eeed858aa5c85da08cdf1aec3c31 (patch)
tree9209115bf809c9ebb7ae9b535564dbdaaea00183 /graphics
parent2097262fe6552fc45a54451edfb24aaf768a6f10 (diff)
inkscape: Fix typo in boost subdep
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/inkscape/DEPENDS2
-rw-r--r--graphics/inkscape/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index eddd7b586c..8ca79ecafd 100755
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -1,7 +1,7 @@
. "$GRIMOIRE"/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
depends gsl &&
-depends -sub IOSTREAMS,FILESYSTEM boost &&
+depends -sub 'IOSTREAMS FILESYSTEM' boost &&
depends gtkmm3 &&
depends libxml2 &&
depends libxslt &&
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index f178e2f415..21947a570b 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2022-11-08 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: fixed typo in boost subdep
+
2022-04-13 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: added subdep on filesystem boost lib