aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-23 15:33:38 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-23 15:32:09 +0100
commit1dc0216b6b4aa8d7fb4d6f5b18f3588f9200e88c (patch)
tree77de01db070d532fe78a757ed1137261ed271ec4
parent15519bc5db54de677cc3a8632d30ed85666b704a (diff)
community/kea: fix depends_dev
-rw-r--r--community/kea/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kea/APKBUILD b/community/kea/APKBUILD
index 37cd9abe19d..e8cecebcb36 100644
--- a/community/kea/APKBUILD
+++ b/community/kea/APKBUILD
@@ -4,7 +4,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=kea
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="DHCPv4 and DHCPv6 server from ISC"
url="http://kea.isc.org"
# armhf, armv7: limited by log4cplus
@@ -12,14 +12,14 @@ url="http://kea.isc.org"
arch="all !armhf !armv7 !s390x"
license="MPL2"
depends="kea-dhcp4 kea-dhcp6"
+depends_dev="boost-dev log4cplus-dev"
checkdepends="procps"
makedepends="
+ $depends_dev
bison
- boost-dev
botan-dev
flex
libcap
- log4cplus-dev
mariadb-dev
postgresql-dev
python3-dev