diff options
author | linimon <linimon@FreeBSD.org> | 2007-02-25 05:31:49 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-02-25 05:31:49 +0000 |
commit | 61d69fae9043e88916e3b81e44f330468cdaf6da (patch) | |
tree | 7c4c81fc1ead894517c00ea7ea62c8389fcc1411 /devel/horde-chora | |
parent | 71e94f8b56c8a23501988f808042508131c5be36 (diff) | |
download | FreeBSD-ports-61d69fae9043e88916e3b81e44f330468cdaf6da.zip FreeBSD-ports-61d69fae9043e88916e3b81e44f330468cdaf6da.tar.gz |
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 'devel/horde-chora')
-rw-r--r-- | devel/horde-chora/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile index b7119f4..073b1f7 100644 --- a/devel/horde-chora/Makefile +++ b/devel/horde-chora/Makefile @@ -28,7 +28,7 @@ COMMENT= The Horde CVS web-viewer # #----------------------------------------------------------------------- -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base .if !defined(WITHOUT_SVN) RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion |