aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-02-11 14:12:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-02-11 14:12:43 +0000
commit101c6fdc41484ea664b385589fd9e94b6dbbc175 (patch)
tree4055c33cdce767985b5cc2e57a2d014d167afb47 /testing
parent5f63ca3f692dd97c69ef070a144f203fd4525aa5 (diff)
downloadaports-101c6fdc41484ea664b385589fd9e94b6dbbc175.tar.bz2
aports-101c6fdc41484ea664b385589fd9e94b6dbbc175.tar.xz
testing/zabbix: adjust depends for webif
Diffstat (limited to 'testing')
-rw-r--r--testing/zabbix/APKBUILD4
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