summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:32 -0700
committerVlad Glagolev2022-07-27 15:02:32 -0700
commit9fa1057664708577475c8677a9e6dc0833918097 (patch)
tree47983fd650dccfdfea20556b9886f36df746990c /net
parent0033cc6ffb4fa850694d725bd6e7e2d5e6beb079 (diff)
ifplugd: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'net')
-rwxr-xr-xnet/ifplugd/DEPENDS2
-rw-r--r--net/ifplugd/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/net/ifplugd/DEPENDS b/net/ifplugd/DEPENDS
index 9f8b5a3256..db0c16dae7 100755
--- a/net/ifplugd/DEPENDS
+++ b/net/ifplugd/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends libdaemon &&
optional_depends lynx \
diff --git a/net/ifplugd/HISTORY b/net/ifplugd/HISTORY
index cd04f8174f..fa5a7ec6a5 100644
--- a/net/ifplugd/HISTORY
+++ b/net/ifplugd/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2007-12-02 Eric Sandall <sandalle@sourcemage.org>
* INSTALL: Install ifplugd.action from SOURCE_DIRECTORY, not
SCRIPT_DIRECTORY (forgot to add ifplugd.action anyways)