summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:38 -0700
committerVlad Glagolev2022-07-27 15:02:38 -0700
commit0b7675cdb02cffbdb01ecb1395893c32f7cd2183 (patch)
tree0182ea473a2125bfaee8da1eff3aa6ec843ff861 /net
parent70b9364d1a6b13f9d6318da9d9db29dcfdf30bec (diff)
xinetd: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'net')
-rwxr-xr-xnet/xinetd/DEPENDS2
-rw-r--r--net/xinetd/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/net/xinetd/DEPENDS b/net/xinetd/DEPENDS
index b14a51ba60..0c9c604156 100755
--- a/net/xinetd/DEPENDS
+++ b/net/xinetd/DEPENDS
@@ -1,6 +1,6 @@
case "$HOST" in
(*-musl)
- depends pkgconfig &&
+ depends PKG-CONFIG &&
depends libtirpc
;;
esac &&
diff --git a/net/xinetd/HISTORY b/net/xinetd/HISTORY
index 79ed9b9737..aaebd504f8 100644
--- a/net/xinetd/HISTORY
+++ b/net/xinetd/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2021-07-16 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, PRE_BUILD: Fixed build against musl