diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-06-04 13:19:28 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-06-04 13:19:44 +0300 |
commit | 0bc523ff7e1ca99a528ad23b7e7df1dd488a1ce6 (patch) | |
tree | 73c8be3591fe2dd2684b7398bdb003b07a257655 | |
parent | ce9ac75d9d14b4a366b05267fee02e27d66066a2 (diff) | |
download | aports-0bc523ff7e1ca99a528ad23b7e7df1dd488a1ce6.tar.bz2 aports-0bc523ff7e1ca99a528ad23b7e7df1dd488a1ce6.tar.xz |
testing/quagga-nhrp: makedepend on libtool
-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 185432b6e1..6be5a0dd94 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 +makedepends="gawk texinfo perl autoconf automake libtool 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" |