summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:01:36 -0700
committerVlad Glagolev2022-07-27 15:01:36 -0700
commitcedd477a18626c3c556ae52817b265d9e1ffbe7f (patch)
tree12ae891410e6ab9195fbab2c76ead54a1d3cdbae /graphics
parent49c1a4a8ae7a7111d4189f95ffe8c3a2376fb1b7 (diff)
synfigstudio: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/synfigstudio/DEPENDS2
-rw-r--r--graphics/synfigstudio/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/synfigstudio/DEPENDS b/graphics/synfigstudio/DEPENDS
index 04694cc9c7..faf5546e8e 100755
--- a/graphics/synfigstudio/DEPENDS
+++ b/graphics/synfigstudio/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends -sub CXX gcc &&
depends gtkmm2 &&
depends synfig
diff --git a/graphics/synfigstudio/HISTORY b/graphics/synfigstudio/HISTORY
index 71fc33ec32..cb24857c8d 100644
--- a/graphics/synfigstudio/HISTORY
+++ b/graphics/synfigstudio/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)