diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-06-04 13:21:28 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-06-04 13:21:28 +0300 |
commit | ba32964860ddb67a6b539cc2e604208456118370 (patch) | |
tree | b989ca121cd9bc935c796aac82c881515ae5be57 /testing | |
parent | 0bc523ff7e1ca99a528ad23b7e7df1dd488a1ce6 (diff) | |
download | aports-ba32964860ddb67a6b539cc2e604208456118370.tar.bz2 aports-ba32964860ddb67a6b539cc2e604208456118370.tar.xz |
testing/quagga-nhrp: makedepend on c-ares-dev
Diffstat (limited to 'testing')
-rw-r--r-- | testing/quagga-nhrp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/quagga-nhrp/APKBUILD b/testing/quagga-nhrp/APKBUILD index 6be5a0dd94..09629fe98a 100644 --- a/testing/quagga-nhrp/APKBUILD +++ b/testing/quagga-nhrp/APKBUILD @@ -8,7 +8,7 @@ url="http://git.alpinelinux.org/cgit/tteras/quagga/commit/?h=nhrp" arch="all" license="GPL-2" depends="iproute2" -makedepends="gawk texinfo perl autoconf automake libtool +makedepends="gawk texinfo perl autoconf automake libtool c-ares-dev linux-headers readline-dev ncurses-dev net-snmp-dev libcap-dev" provides="quagga=0.99" install="$pkgname.pre-install $pkgname.post-install $pkgname.post-upgrade" |