summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:41 -0700
committerVlad Glagolev2022-07-27 15:00:41 -0700
commitffc55068e812cb2725fe0ea3ddd3294006545a59 (patch)
tree5ad9814dc1e84819946757214f56527a6016f438 /audio-libs
parent47e9291b747b777fddf0e6b238224bffe6073ef9 (diff)
libgig: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/libgig/DEPENDS2
-rw-r--r--audio-libs/libgig/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-libs/libgig/DEPENDS b/audio-libs/libgig/DEPENDS
index d33fd4df72..94bc0a0b94 100755
--- a/audio-libs/libgig/DEPENDS
+++ b/audio-libs/libgig/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&
depends libtool &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends AUDIOFILE-LIB &&
if [[ $LIBGIG_VCS == y ]]
diff --git a/audio-libs/libgig/HISTORY b/audio-libs/libgig/HISTORY
index 7e5b78465b..30b0440d1f 100644
--- a/audio-libs/libgig/HISTORY
+++ b/audio-libs/libgig/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2011-07-30 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)