diff options
Diffstat (limited to 'testing/zabbix')
-rw-r--r-- | testing/zabbix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/zabbix/APKBUILD b/testing/zabbix/APKBUILD index 3a7c7a36f3..4965516aef 100644 --- a/testing/zabbix/APKBUILD +++ b/testing/zabbix/APKBUILD @@ -5,7 +5,7 @@ pkgname=zabbix _realver=3.0.0rc2 pkgver=${_realver/rc/_rc} -pkgrel=0 +pkgrel=1 pkgdesc="Enterprise-class open source distributed monitoring" url="http://www.zabbix.com" arch="all" @@ -165,7 +165,7 @@ utils() { webif() { arch="noarch" pkgdesc="Zabbix web-interface" - depends="php php-pgsql php-gd php-curl php-bcmath php-sockets php-iconv + depends="php 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 |