diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-11-07 21:54:23 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-11-07 21:54:23 +0100 |
commit | 5f503fa4f8824affc41a5e3b94991c71ac657e53 (patch) | |
tree | b4c5b7b2aa4837720fa9f4796ac1e2c98de364e7 /testing/libstrophe | |
parent | 7fc0bed08d9b4103437226ad43144c51ac3e9007 (diff) | |
download | aports-5f503fa4f8824affc41a5e3b94991c71ac657e53.tar.bz2 aports-5f503fa4f8824affc41a5e3b94991c71ac657e53.tar.xz |
testing/libstrophe: fix makedependencies
Diffstat (limited to 'testing/libstrophe')
-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 1d7b6481bf..18632774c4 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 libstrophe automake libtool' +makedepends='openssl-dev expat-dev check-dev automake libtool' subpackages="$pkgname-dev" source="https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz" |