From 010eb2d7a04bb65b21781f12caa0dde3a4df7339 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 30 Sep 2003 22:58:22 +0000 Subject: [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 --- sysutils/ldap-account-manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit