summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:45 -0700
committerVlad Glagolev2022-07-27 15:00:45 -0700
commitd3f43dfefea84596ffbbca10ccace6257d474ea6 (patch)
tree879b79dcbf5102cc71bec223548654fbf260767b /audio-libs
parent18253ab28afb98c488bc7e5a9c33b79fd9234b57 (diff)
twolame: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/twolame/DEPENDS2
-rw-r--r--audio-libs/twolame/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-libs/twolame/DEPENDS b/audio-libs/twolame/DEPENDS
index c6aee69af9..f55998ee31 100755
--- a/audio-libs/twolame/DEPENDS
+++ b/audio-libs/twolame/DEPENDS
@@ -1,3 +1,3 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
optional_depends libsndfile "" "" "Enable libsndfile support?"
diff --git a/audio-libs/twolame/HISTORY b/audio-libs/twolame/HISTORY
index 604199fc8c..2102208ef4 100644
--- a/audio-libs/twolame/HISTORY
+++ b/audio-libs/twolame/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)