summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:03:02 -0700
committerVlad Glagolev2022-07-27 15:03:02 -0700
commit27f02e4c97050df74dcbc4ace622ae015bd12f39 (patch)
tree128d6033bb35991af8765fccab4be8916ea1c3c5 /telephony
parent40acb7319da04c2a4ac9fad7ce7f1c181349d748 (diff)
libjingle-tapioca: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/libjingle-tapioca/DEPENDS2
-rw-r--r--telephony/libjingle-tapioca/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/telephony/libjingle-tapioca/DEPENDS b/telephony/libjingle-tapioca/DEPENDS
index 6295223255..01659e0ddc 100755
--- a/telephony/libjingle-tapioca/DEPENDS
+++ b/telephony/libjingle-tapioca/DEPENDS
@@ -1,4 +1,4 @@
depends -sub CXX gcc &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends expat &&
depends SSL
diff --git a/telephony/libjingle-tapioca/HISTORY b/telephony/libjingle-tapioca/HISTORY
index c8c21f2f7b..6112e20735 100644
--- a/telephony/libjingle-tapioca/HISTORY
+++ b/telephony/libjingle-tapioca/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)