diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-30 22:58:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-30 22:58:22 +0000 |
commit | 8e016faa8f95bc3635ad5ad3e03d7857d6bfe9cc (patch) | |
tree | e8002fb0ab3c5779bb8e03d38a9eec0abe0a536d /sysutils | |
parent | Update to 0.99.5. (diff) |
[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>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 19a3574b24d4..4f3c176a1c04 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -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 |