diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-02-01 15:38:15 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-02-01 15:38:32 +0000 |
commit | b5f6030f8e9b219d19ef8974d34a26a81a48927b (patch) | |
tree | 0a7546a7eacabdd60523189c44231933a53f2900 /main/zabbix | |
parent | 7e3daad08ac418198121d6920f99ea505e07d998 (diff) | |
download | aports-b5f6030f8e9b219d19ef8974d34a26a81a48927b.tar.bz2 aports-b5f6030f8e9b219d19ef8974d34a26a81a48927b.tar.xz |
main/zabbix: add missing depends for web iface
Diffstat (limited to 'main/zabbix')
-rw-r--r-- | main/zabbix/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD index 499bbf3da8..68e6c9b277 100644 --- a/main/zabbix/APKBUILD +++ b/main/zabbix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zabbix pkgver=2.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Enterprise-class open source distributed monitoring" url="http://www.zabbix.com" arch="all" @@ -135,7 +135,8 @@ utils() { webif() { pkgdesc="Zabbix web-interface" - depends="php php-pgsql php-gd php-curl php-bcmath php-sockets php-iconv" + depends="php php-pgsql php-gd php-curl php-bcmath php-sockets php-iconv + php-xmlreader php-ctype php-gettext" _wwwdir="$subpkgdir"/usr/share/webapps/zabbix mkdir -p $_wwwdir mv "$_builddir"/frontends/php/* "$_wwwdir" |