aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tf
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-07 09:44:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit6479facda2a89b0cffa030f28cd6daf7d3653192 (patch)
treea29fcf205fc0e5ae486cec7d24aa1954b316d847 /testing/tf
parentae62ee11104a6b8dcbb0c8435604f037a74eb587 (diff)
testing/tf: rebuild against openssl 1.1
Diffstat (limited to 'testing/tf')
-rw-r--r--testing/tf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tf/APKBUILD b/testing/tf/APKBUILD
index a194b4bcf23..3f19f2e38ff 100644
--- a/testing/tf/APKBUILD
+++ b/testing/tf/APKBUILD
@@ -3,14 +3,14 @@
pkgname=tf
pkgver=5.0b8
_pkgver=50b8
-pkgrel=2
+pkgrel=3
pkgdesc="Powerful curses-based MUD client"
url="http://tinyfugue.sourceforge.net/"
arch="all"
license="GPL-2.0+"
depends=""
depends_dev=""
-makedepends="libressl-dev ncurses-dev pcre-dev $depends_dev"
+makedepends="openssl-dev ncurses-dev pcre-dev $depends_dev"
install=""
source="https://sourceforge.net/projects/tinyfugue/files/tinyfugue/5.0%20beta%208/tf-$_pkgver.tar.gz
0001-Add-DESTDIR-support.patch