diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-27 09:26:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-27 09:26:05 +0000 |
commit | 439f4563e42bbb7d811c16fce5cd7e8583fd0c36 (patch) | |
tree | 6913690e5fefc7c07b1c49bb40a9dc7ee61a6d4a /main/acf-shorewall/APKBUILD | |
parent | ff74987622997a07657523ef81496b7b8afa18ec (diff) | |
download | aports-439f4563e42bbb7d811c16fce5cd7e8583fd0c36.tar.bz2 aports-439f4563e42bbb7d811c16fce5cd7e8583fd0c36.tar.xz |
main/acf-shorewall: depend on shorewall-shell
shorewall itself is now based on perl since -shell support dropped
We still want use the -shell for our acf til awall is useable.
Diffstat (limited to 'main/acf-shorewall/APKBUILD')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index c96fc18a83..5fb2b4d843 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-shorewall pkgver=0.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" arch="noarch" license="GPL-2" -depends="acf-core lua shorewall" +depends="acf-core lua shorewall-shell" source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { |