diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-05-13 10:19:56 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-05-13 10:19:56 +0200 |
commit | dbe140c3777400b86b7b32cea971845550868238 (patch) | |
tree | c033ad60abcbe98af000925972a011846e54c584 | |
parent | bae26d2f75a39e3133d7361c2c135798c6c1b2c6 (diff) | |
download | aports-dbe140c3777400b86b7b32cea971845550868238.tar.bz2 aports-dbe140c3777400b86b7b32cea971845550868238.tar.xz |
testing/libreswan: fix makedepends
-rw-r--r-- | testing/libreswan/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libreswan/APKBUILD b/testing/libreswan/APKBUILD index fcdac41a6..c630cfe71 100644 --- a/testing/libreswan/APKBUILD +++ b/testing/libreswan/APKBUILD @@ -6,8 +6,8 @@ url='https://libreswan.org/' arch='all' license='GPL' depends='coreutils' -depends_dev='gmp-dev linux-pam-dev nss-dev pam-dev unbound-dev libcap-ng-dev curl-dev' -makedepends='bison flex pkgconf coreutils' +depends_dev='gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev curl-dev nspr-dev' +makedepends="$depends_dev bison flex pkgconf coreutils bash" source="http://download.libreswan.org/libreswan-$pkgver.tar.gz" build() { |