summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:07:10 -0700
committerVlad Glagolev2022-07-27 15:07:10 -0700
commit9aa74fda479576bfea9acada13c90fc43c161ace (patch)
treeecf0db58584c05eefb7672cf7f51025a1a431e9e /net
parentab4bd5bf77743ea2ac476a2e299eda8aefec16f9 (diff)
jigdo: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'net')
-rwxr-xr-xnet/jigdo/DEPENDS2
-rw-r--r--net/jigdo/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/net/jigdo/DEPENDS b/net/jigdo/DEPENDS
index 0e48aeb1fc..c8b92fdf57 100755
--- a/net/jigdo/DEPENDS
+++ b/net/jigdo/DEPENDS
@@ -3,7 +3,7 @@ depends zlib &&
depends bzip2 &&
depends curl &&
depends wget &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
optional_depends gtk+2 '--with-gui' '--without-gui' 'for GUI' &&
optional_depends db '--with-libdb' '--without-libdb' 'for jigdo-file cache'
diff --git a/net/jigdo/HISTORY b/net/jigdo/HISTORY
index fb2bfcff9e..5e1e7eac10 100644
--- a/net/jigdo/HISTORY
+++ b/net/jigdo/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)