summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:01:23 -0700
committerVlad Glagolev2022-07-27 15:01:23 -0700
commit53ae4a543b3757d770028d2d45cb1d39611441ab (patch)
tree4b55b63b6167be9d577eff4bd6ce1a1da7ab430b /ftp
parent4e9d35fb767544c8ea0475f3d3ec28d26f41af39 (diff)
linuxdcpp: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/linuxdcpp/DEPENDS2
-rw-r--r--ftp/linuxdcpp/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/ftp/linuxdcpp/DEPENDS b/ftp/linuxdcpp/DEPENDS
index d57cde0b26..eccf2d8460 100755
--- a/ftp/linuxdcpp/DEPENDS
+++ b/ftp/linuxdcpp/DEPENDS
@@ -1,6 +1,6 @@
depends scons &&
depends -sub CXX gcc &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends gtk+2 &&
depends libglade2 &&
depends bzip2
diff --git a/ftp/linuxdcpp/HISTORY b/ftp/linuxdcpp/HISTORY
index 97beaaa52f..c40cc67caf 100644
--- a/ftp/linuxdcpp/HISTORY
+++ b/ftp/linuxdcpp/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)