diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-04 10:14:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:03:59 +0000 |
commit | a3bcfea47ed7df3a7472797aa773bf597390d5b4 (patch) | |
tree | d5ac1532cbf4ef167f751509cc09207e8e9e2f05 /main/libfetch | |
parent | 45cd41ec5df21ee08a4f7a3935f0e62cb235d0fd (diff) | |
download | aports-a3bcfea47ed7df3a7472797aa773bf597390d5b4.tar.bz2 aports-a3bcfea47ed7df3a7472797aa773bf597390d5b4.tar.xz |
main/libfetch: rebuild against libressl
Diffstat (limited to 'main/libfetch')
-rw-r--r-- | main/libfetch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libfetch/APKBUILD b/main/libfetch/APKBUILD index f695eef8e5..8035aac079 100644 --- a/main/libfetch/APKBUILD +++ b/main/libfetch/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libfetch pkgver=2.33 -pkgrel=1 +pkgrel=2 pkgdesc="URL based download library" url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/" arch="all" license="BSD" depends= makedepends_build="" -makedepends_host="openssl-dev" +makedepends_host="libressl-dev" makedepends="$makedepends_build $makedepends_host" subpackages="$pkgname-dev $pkgname-doc" source="Makefile |