diff options
author | linimon <linimon@FreeBSD.org> | 2007-02-25 13:31:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-02-25 13:31:49 +0800 |
commit | 61d69fae9043e88916e3b81e44f330468cdaf6da (patch) | |
tree | 7c4c81fc1ead894517c00ea7ea62c8389fcc1411 /mail/horde4-imp | |
parent | 71e94f8b56c8a23501988f808042508131c5be36 (diff) | |
download | freebsd-ports-gnome-61d69fae9043e88916e3b81e44f330468cdaf6da.tar.gz freebsd-ports-gnome-61d69fae9043e88916e3b81e44f330468cdaf6da.tar.zst freebsd-ports-gnome-61d69fae9043e88916e3b81e44f330468cdaf6da.zip |
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
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r-- | mail/horde4-imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 8a4348b44497..540c7d1eaf50 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-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 |