aboutsummaryrefslogtreecommitdiffstats
path: root/community/ltb-project-ssp
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-05 15:41:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-05 15:43:07 +0000
commit44344e5af21b82df637f16d296de613aba02cbb6 (patch)
tree60fd992d906ff91ee2321ce86796c84041ff3f8e /community/ltb-project-ssp
parentf35822c092457a1c5cf01bf532cb8caf99a19444 (diff)
downloadaports-44344e5af21b82df637f16d296de613aba02cbb6.tar.bz2
aports-44344e5af21b82df637f16d296de613aba02cbb6.tar.xz
community/ltb-project-ssp: php renamed to php5
Diffstat (limited to 'community/ltb-project-ssp')
-rw-r--r--community/ltb-project-ssp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ltb-project-ssp/APKBUILD b/community/ltb-project-ssp/APKBUILD
index 093ef1f79d..dee0e47dcf 100644
--- a/community/ltb-project-ssp/APKBUILD
+++ b/community/ltb-project-ssp/APKBUILD
@@ -2,12 +2,13 @@
pkgname="ltb-project-ssp"
_realname="ltb-project-self-service-password"
pkgver="0.8"
-pkgrel=4
+pkgrel=5
pkgdesc="PHP application that allows users to change their password in an LDAP directory"
url="http://ltb-project.org/wiki/documentation/self-service-password"
arch="noarch"
license="GPL"
-depends="php php-ldap php-mcrypt"
+_php=php5
+depends="$_php ${_php}-ldap ${_php}-mcrypt"
depends_dev=
makedepends="$depends_dev"
install=