aboutsummaryrefslogtreecommitdiffstats
path: root/main/lynx
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-05 12:02:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:16 +0000
commite20ef6f80403d3d16f797f576a82d556cb3a5ac2 (patch)
tree8c6b4a7245e954760190c518c6411df0b43cf20c /main/lynx
parent9eeb15435f40e64c87ac811ddbfa289f36967291 (diff)
main/lynx: rebuild against libressl
Diffstat (limited to 'main/lynx')
-rw-r--r--main/lynx/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lynx/APKBUILD b/main/lynx/APKBUILD
index bc03a0399d6..ff3e6f6b7ce 100644
--- a/main/lynx/APKBUILD
+++ b/main/lynx/APKBUILD
@@ -5,13 +5,13 @@ pkgname=lynx
pkgver=2.8.8_p2
_relver=${pkgver/_p/rel.}
_v=${_relver%rel.*}
-pkgrel=4
+pkgrel=5
pkgdesc="Cross-platform text-based browser"
url="http://lynx.invisible-island.net/"
arch="all"
license="GPL"
depends="gzip"
-makedepends="openssl-dev gettext zlib-dev glib-dev perl ncurses-dev"
+makedepends="libressl-dev gettext zlib-dev glib-dev perl ncurses-dev"
install=""
subpackages="$pkgname-doc"
source="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_relver}.tar.bz2"