diff options
-rw-r--r-- | community/yadifa/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/yadifa/APKBUILD b/community/yadifa/APKBUILD index 8388ebd13f..13793b63a4 100644 --- a/community/yadifa/APKBUILD +++ b/community/yadifa/APKBUILD @@ -3,12 +3,12 @@ pkgname=yadifa pkgver=2.3.8 _buildnr=7713 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight authoritative Name Server with DNSSEC capabilities" url="http://www.yadifa.eu" arch="all" license="BSD-3-Clause" -makedepends="libressl-dev" +makedepends="openssl-dev" install="$pkgname.post-install" options="!libtool" subpackages="$pkgname-dev $pkgname-doc" |