diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-08 17:32:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:47 +0000 |
commit | 9c5236a439a8fe61cd16a6123de7044eed6c71cd (patch) | |
tree | 5255ea67ce73121e375e31c0505e2b129246b5c9 /community/yadifa | |
parent | ff5182711325aa27a4b07979864747eddb77a01e (diff) | |
download | aports-9c5236a439a8fe61cd16a6123de7044eed6c71cd.tar.bz2 aports-9c5236a439a8fe61cd16a6123de7044eed6c71cd.tar.xz |
community/yadifa: rebuild against libressl
Diffstat (limited to 'community/yadifa')
-rw-r--r-- | community/yadifa/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/yadifa/APKBUILD b/community/yadifa/APKBUILD index 1eee783bd0..22ec1dd5d2 100644 --- a/community/yadifa/APKBUILD +++ b/community/yadifa/APKBUILD @@ -3,13 +3,13 @@ pkgname=yadifa pkgver=2.1.6 _buildnr=5826 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight authoritative Name Server with DNSSEC capabilities" url="http://www.yadifa.eu" arch="all" license="BSD-3" -depends="openssl" -depends_dev="openssl-dev" +depends="" +depends_dev="libressl-dev" makedepends="$depends_dev" install="$pkgname.post-install" options="libtool" |