diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-05 15:41:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-05 15:43:07 +0000 |
commit | 44344e5af21b82df637f16d296de613aba02cbb6 (patch) | |
tree | 60fd992d906ff91ee2321ce86796c84041ff3f8e /community/ltb-project-ssp/APKBUILD | |
parent | f35822c092457a1c5cf01bf532cb8caf99a19444 (diff) | |
download | aports-44344e5af21b82df637f16d296de613aba02cbb6.tar.bz2 aports-44344e5af21b82df637f16d296de613aba02cbb6.tar.xz |
community/ltb-project-ssp: php renamed to php5
Diffstat (limited to 'community/ltb-project-ssp/APKBUILD')
-rw-r--r-- | community/ltb-project-ssp/APKBUILD | 5 |
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= |