aboutsummaryrefslogtreecommitdiffstats
path: root/community/stunnel
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-10 23:24:46 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-10 23:24:46 +0200
commite8b0ceebe13db7517ac961386cb06ca38e052efe (patch)
treebd3531152dc9b073d0bb9f66029b0214c0724166 /community/stunnel
parentd7ce398325f7b4c4a86020441953a8b6fbc1e62c (diff)
downloadaports-e8b0ceebe13db7517ac961386cb06ca38e052efe.tar.bz2
aports-e8b0ceebe13db7517ac961386cb06ca38e052efe.tar.xz
community/stunnel: remove openssl from depends
Diffstat (limited to 'community/stunnel')
-rw-r--r--community/stunnel/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stunnel/APKBUILD b/community/stunnel/APKBUILD
index 224ce311aa..1e64d3b022 100644
--- a/community/stunnel/APKBUILD
+++ b/community/stunnel/APKBUILD
@@ -4,12 +4,12 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=stunnel
pkgver=5.35
-pkgrel=2
+pkgrel=3
pkgdesc="SSL encryption wrapper between network client and server."
url="http://www.stunnel.org/"
arch="all"
license="GPL2+ with OpenSSL exception"
-depends="openssl"
+depends=""
makedepends="libressl-dev"
subpackages="$pkgname-doc"
install="$pkgname.pre-install"