diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-11-07 21:55:44 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-11-07 21:55:44 +0100 |
commit | e8700a1feb1e8911b663565a5f3bf48e3c5ab1cc (patch) | |
tree | 2e1ada3bf90a8d00ae64bdf66eac38ccd987fe09 /testing/libstrophe/APKBUILD | |
parent | 5f503fa4f8824affc41a5e3b94991c71ac657e53 (diff) | |
download | aports-e8700a1feb1e8911b663565a5f3bf48e3c5ab1cc.tar.bz2 aports-e8700a1feb1e8911b663565a5f3bf48e3c5ab1cc.tar.xz |
testing/libstrophe: add autoconf to makedependencies
Diffstat (limited to 'testing/libstrophe/APKBUILD')
-rw-r--r-- | testing/libstrophe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libstrophe/APKBUILD b/testing/libstrophe/APKBUILD index 18632774c4..86dbc6c4a5 100644 --- a/testing/libstrophe/APKBUILD +++ b/testing/libstrophe/APKBUILD @@ -10,7 +10,7 @@ arch=all url='http://strophe.im/libstrophe/' license='MIT' depends= -makedepends='openssl-dev expat-dev check-dev automake libtool' +makedepends='openssl-dev expat-dev check-dev autoconf automake libtool' subpackages="$pkgname-dev" source="https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz" |