diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-02-11 14:12:16 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-02-11 14:12:43 +0000 |
commit | 101c6fdc41484ea664b385589fd9e94b6dbbc175 (patch) | |
tree | 4055c33cdce767985b5cc2e57a2d014d167afb47 /testing/zabbix | |
parent | 5f63ca3f692dd97c69ef070a144f203fd4525aa5 (diff) | |
download | aports-101c6fdc41484ea664b385589fd9e94b6dbbc175.tar.bz2 aports-101c6fdc41484ea664b385589fd9e94b6dbbc175.tar.xz |
testing/zabbix: adjust depends for webif
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 |