diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-02-25 05:31:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-02-25 05:31:49 +0000 |
commit | 3b8c6726f40895cf4dd057360e29f62b960004a5 (patch) | |
tree | e10feee019050bba6cd806c1101b1f2c7a351b24 /mail/imp | |
parent | e1854d9e2799b64f1fbdddcfaee913784e4f3b89 (diff) |
Fix index breakage due to move of www/horde to www/horde-base.
PR: ports/109512
Submitted by: "Josef M." jm dot public at gmail dot com
Pointy hat to: sat
Notes
Notes:
svn path=/head/; revision=185844
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 8a4348b44497..540c7d1eaf50 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -67,7 +67,7 @@ USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base .else RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba .endif |