summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:29 -0700
committerVlad Glagolev2022-07-27 15:02:29 -0700
commit8df3b7d556ac77f249590a65f3c4c5957cedaf0d (patch)
tree955cf0a5353642b4764a40d3cc196a7a40a6efb5
parent16cb02bae925dcb3d4d92e4a19f2dbec70bd69ff (diff)
barry: switch to PKG-CONFIG provider (automated)
-rwxr-xr-xmobile/barry/DEPENDS2
-rw-r--r--mobile/barry/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/mobile/barry/DEPENDS b/mobile/barry/DEPENDS
index e30516af5d..c8c39806d2 100755
--- a/mobile/barry/DEPENDS
+++ b/mobile/barry/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends LIBUSB &&
depends SSL &&
optional_depends boost "" "" "needed if you want to save downloads for later upload to your device" &&
diff --git a/mobile/barry/HISTORY b/mobile/barry/HISTORY
index b50a121901..5ccfaed674 100644
--- a/mobile/barry/HISTORY
+++ b/mobile/barry/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)