summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-11-07 21:55:44 +0100
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-11-07 21:55:44 +0100
commite8700a1feb1e8911b663565a5f3bf48e3c5ab1cc (patch)
tree2e1ada3bf90a8d00ae64bdf66eac38ccd987fe09 /testing
parent5f503fa4f8824affc41a5e3b94991c71ac657e53 (diff)
downloadaports-e8700a1feb1e8911b663565a5f3bf48e3c5ab1cc.tar.bz2
aports-e8700a1feb1e8911b663565a5f3bf48e3c5ab1cc.tar.xz
testing/libstrophe: add autoconf to makedependencies
Diffstat (limited to 'testing')
-rw-r--r--testing/libstrophe/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libstrophe/APKBUILD b/testing/libstrophe/APKBUILD
index 18632774c..86dbc6c4a 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"