summaryrefslogtreecommitdiffstats
path: root/testing/libreswan
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-05-13 10:19:56 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-05-13 10:19:56 +0200
commitdbe140c3777400b86b7b32cea971845550868238 (patch)
treec033ad60abcbe98af000925972a011846e54c584 /testing/libreswan
parentbae26d2f75a39e3133d7361c2c135798c6c1b2c6 (diff)
downloadaports-dbe140c3777400b86b7b32cea971845550868238.tar.bz2
aports-dbe140c3777400b86b7b32cea971845550868238.tar.xz
testing/libreswan: fix makedepends
Diffstat (limited to 'testing/libreswan')
-rw-r--r--testing/libreswan/APKBUILD4
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() {