diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-28 06:10:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-28 06:11:16 +0000 |
commit | c79f83116dfe0565cafc9dba6c760adab9251835 (patch) | |
tree | 2ccedc16770396ddd6cfcf009ae6e526c3340c91 /testing | |
parent | f0f18e2e3f8eedc30200dae8489fe15f0f5c2e2e (diff) | |
download | aports-c79f83116dfe0565cafc9dba6c760adab9251835.tar.bz2 aports-c79f83116dfe0565cafc9dba6c760adab9251835.tar.xz |
testing/shorewall: build fix. needs bash
Diffstat (limited to 'testing')
-rw-r--r-- | testing/shorewall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shorewall/APKBUILD b/testing/shorewall/APKBUILD index 64f77ecdb..2ff23ccdc 100644 --- a/testing/shorewall/APKBUILD +++ b/testing/shorewall/APKBUILD @@ -8,7 +8,7 @@ arch="noarch" license="GPL-2" depends="shorewall-core perl iptables iproute2" # coreutils for install -T -makedepends="coreutils" +makedepends="coreutils bash" replaces="" subpackages="$pkgname-doc" source="http://www1.shorewall.net/pub/shorewall/${pkgver%.*}/shorewall-$pkgver/$pkgname-$pkgver.tar.bz2 |