summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:49:46 +0200
committerTreeve Jelbert2014-08-19 13:49:46 +0200
commitc103b60a43cce42d2c8825caf419b5aad73f8cbe (patch)
tree84021436061c55dfbe35de9df0f70ff6cc8ab271
parenteaba5ac4303526a0c9064bd1c0800a8ec0448e74 (diff)
barry: depends SSL
-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 2b360a50b5..e30516af5d 100755
--- a/mobile/barry/DEPENDS
+++ b/mobile/barry/DEPENDS
@@ -1,6 +1,6 @@
depends pkgconfig &&
depends LIBUSB &&
-depends openssl &&
+depends SSL &&
optional_depends boost "" "" "needed if you want to save downloads for later upload to your device" &&
optional_depends libopensync "--enable-opensync-plugin" "--disable-opensync-plugin" "For an opensync plugin" &&
if [[ "$BARRY_GUI" == "y" ]]; then
diff --git a/mobile/barry/HISTORY b/mobile/barry/HISTORY
index 57d2a7a92f..d4704fcb7b 100644
--- a/mobile/barry/HISTORY
+++ b/mobile/barry/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2012-05-09 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: libusb => LIBUSB