diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-05 15:39:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-05 15:43:07 +0000 |
commit | f35822c092457a1c5cf01bf532cb8caf99a19444 (patch) | |
tree | 62a6f2389e86da40da4643de8eec8c985fb9e4ba /community/icingaweb2/APKBUILD | |
parent | fa4faa098350da319240f89d3f0bc655bc6edc5b (diff) | |
download | aports-f35822c092457a1c5cf01bf532cb8caf99a19444.tar.bz2 aports-f35822c092457a1c5cf01bf532cb8caf99a19444.tar.xz |
community/icingaweb2: php renamed to php5
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-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" |