diff options
-rw-r--r-- | community/icingaweb2/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index 5f0bf9d7f6..f3a882b646 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -2,14 +2,16 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=icingaweb2 pkgver=2.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" arch="noarch" license="GPL" -depends="icinga2 php php-gd php-ldap php-intl php-pgsql php-mysql - php-gettext php-ctype icinga2 php-openssl php-json php-dom - php-imagick php-pdo_mysql php-pdo_pgsql" +_php=php5 +depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql + ${_php}-mysql ${_php}-gettext ${_php}-ctype icinga2 ${_php}-openssl + ${_php}-json ${_php}-dom ${_php}-imagick ${_php}-pdo_mysql + ${_php}-pdo_pgsql" depends_dev="" makedepends="$depends_dev" pkggroups="icingaweb2" |