[PATCH] sysutils/ldap-account-manager: Fix a wrong dependency, use lang/php4-horde
I've made a mistake (I know copy and paste is evil !) in php dependency. Now we use lang/php4-horde so the package can be now built. PR: ports/57406 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
parent
cc28ba4d4e
commit
8e016faa8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89931
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|||
MAINTAINER= sheepkiller@cultdeadsheep.org
|
||||
COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${MOD_DIR}/libphp4.so:${PORTSDIR}/www/apache2 \
|
||||
RUN_DEPENDS= ${LOCALBASE}/${MOD_DIR}/libphp4.so:${PORTSDIR}/lang/php4-horde \
|
||||
${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota\
|
||||
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
|
||||
|
||||
|
|
Loading…
Reference in a new issue