diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2020-04-09 14:07:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-04-09 14:10:33 +0000 |
commit | f0603d7e6338f94c59a19dfaa4feab45be87b6a3 (patch) | |
tree | 6637f69f0bdacbf2cd6a1067150efda728e519bb /community/icingaweb2/APKBUILD | |
parent | 45ed23b00bc08efaad2f429f9e7a6b18cdf21a1c (diff) | |
download | aports-f0603d7e6338f94c59a19dfaa4feab45be87b6a3.tar.bz2 aports-f0603d7e6338f94c59a19dfaa4feab45be87b6a3.tar.xz |
community/icingaweb2: removed icinga2 dependency
We might want to use icingaweb2 on another host,
where we don't want icinga2 stuff being installed
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-rw-r--r-- | community/icingaweb2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index bd9f93c007..9e3e1d601b 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -8,7 +8,7 @@ url="http://www.icinga.org" arch="noarch !armhf !armv7 !s390x !mips !mips64" license="GPL" _php=php7 -depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql +depends="$_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql ${_php}-mysqlnd ${_php}-gettext ${_php}-ctype ${_php}-openssl ${_php}-sockets ${_php}-json ${_php}-dom ${_php}-pecl-imagick ${_php}-pdo_mysql ${_php}-pdo_pgsql ${_php}-session ${_php}-curl |