aboutsummaryrefslogtreecommitdiffstats
path: root/community/nmh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 16:32:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:41 +0000
commit319634d1fba4ec3e0571a44894587b90727f4124 (patch)
treefec50f51ed24590a238a514bc46654ed2b327da0 /community/nmh
parent7aaf6a56815aa1a5922682880c5567505c02e8c1 (diff)
downloadaports-319634d1fba4ec3e0571a44894587b90727f4124.tar.bz2
aports-319634d1fba4ec3e0571a44894587b90727f4124.tar.xz
community/nmh: rebuild against libressl
Diffstat (limited to 'community/nmh')
-rw-r--r--community/nmh/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nmh/APKBUILD b/community/nmh/APKBUILD
index d88ad8a12b..e68e4efafd 100644
--- a/community/nmh/APKBUILD
+++ b/community/nmh/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=nmh
pkgver=1.6
-pkgrel=0
+pkgrel=1
pkgdesc="nmh is a powerful electronic mail handling system"
url="http://www.nongnu.org/nmh/"
arch="all"
license="BSD"
depends=""
depends_dev=""
-makedepends="openssl-dev ncurses-dev gnutls-dev readline-dev gdbm-dev"
+makedepends="libressl-dev ncurses-dev gnutls-dev readline-dev gdbm-dev"
install=""
subpackages="$pkgname-doc"
source="http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"