From beec1b55200629ef46cdd8cba7fd73c599750c03 Mon Sep 17 00:00:00 2001 From: Beech Rintoul <beech@FreeBSD.org> Date: Mon, 30 Jun 2008 07:42:48 +0000 Subject: - Fix depend path --- mail/horde-mimp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index dcae6dc7d467..98c40acec877 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -28,7 +28,7 @@ COMMENT= Mobile webmail system #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp + ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/horde-imp USE_PHP= imap . if !defined(WITHOUT_LDAP) -- cgit