summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:03:01 -0700
committerVlad Glagolev2022-07-27 15:03:01 -0700
commit40acb7319da04c2a4ac9fad7ce7f1c181349d748 (patch)
tree199882d884345626f687acb6c794d7507f2f89d4 /telephony
parented4bfc5fdf904e51112f5145e7b10f590e5b009f (diff)
ccscript: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/ccscript/DEPENDS2
-rw-r--r--telephony/ccscript/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/telephony/ccscript/DEPENDS b/telephony/ccscript/DEPENDS
index 68a9a6d179..9a5bf2c73e 100755
--- a/telephony/ccscript/DEPENDS
+++ b/telephony/ccscript/DEPENDS
@@ -1,4 +1,4 @@
depends -sub CXX gcc &&
depends ucommon &&
-optional_depends pkgconfig '' '' 'package management'
+optional_depends PKG-CONFIG '' '' 'package management'
diff --git a/telephony/ccscript/HISTORY b/telephony/ccscript/HISTORY
index a54b0c2611..69faa43794 100644
--- a/telephony/ccscript/HISTORY
+++ b/telephony/ccscript/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)