aboutsummaryrefslogtreecommitdiffstats
path: root/community/wt
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-01 11:35:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:13 +0000
commita0a8dab6da6ec166a714cbec7884a15eab49c875 (patch)
tree1ef8e3788217f3b13d86d2f6ab59f4cee7821ea7 /community/wt
parent0cd31fcefb4b660cb5bcfbdb6ad4b35ec1c639e1 (diff)
downloadaports-a0a8dab6da6ec166a714cbec7884a15eab49c875.tar.bz2
aports-a0a8dab6da6ec166a714cbec7884a15eab49c875.tar.xz
community/wt: rebuild against openssl 1.1
Diffstat (limited to 'community/wt')
-rw-r--r--community/wt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wt/APKBUILD b/community/wt/APKBUILD
index 3d881bd0a2..bee61bc6fd 100644
--- a/community/wt/APKBUILD
+++ b/community/wt/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=wt
pkgver=4.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="A C++ library and application server for developing and deploying web applications"
url="http://www.webtoolkit.eu"
arch="all"
license="GPL"
depends=""
depends_dev="zlib-dev boost-dev sqlite-dev mesa-dev glu-dev graphicsmagick-dev
- libressl-dev pango-dev sqlite-dev fcgi-dev postgresql-dev qt-dev libharu-dev"
+ openssl-dev pango-dev sqlite-dev fcgi-dev postgresql-dev qt-dev libharu-dev"
makedepends="$depends_dev cmake boost"
pkggroups="wt"
pkgusers="wt"