summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:54 -0700
committerVlad Glagolev2022-07-27 15:00:54 -0700
commit77a04e28b09bf28409bbac0d4a777a3fb2be6a28 (patch)
tree74f45d2d7e5bf7e16806b8b4ede903662c0437ee /chat-libs
parent1e2aad24e086a38766b8ecae8069058c86ce04c7 (diff)
meanwhile: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'chat-libs')
-rwxr-xr-xchat-libs/meanwhile/DEPENDS2
-rw-r--r--chat-libs/meanwhile/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-libs/meanwhile/DEPENDS b/chat-libs/meanwhile/DEPENDS
index 7177954b0e..bd72807d93 100755
--- a/chat-libs/meanwhile/DEPENDS
+++ b/chat-libs/meanwhile/DEPENDS
@@ -1,5 +1,5 @@
depends glib2 &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
optional_depends 'doxygen' \
'--enable-doxygen' \
diff --git a/chat-libs/meanwhile/HISTORY b/chat-libs/meanwhile/HISTORY
index c5f8f91933..01a06a1538 100644
--- a/chat-libs/meanwhile/HISTORY
+++ b/chat-libs/meanwhile/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)