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 /ftp | |
parent | - Update to 0.02 (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 'ftp')
-rw-r--r-- | ftp/gollem/Makefile | 2 | ||||
-rw-r--r-- | ftp/horde-gollem/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gollem/Makefile b/ftp/gollem/Makefile index e81b252503c1..04acace997cd 100644 --- a/ftp/gollem/Makefile +++ b/ftp/gollem/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= Gollem is the Horde web-based File Manager -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base NO_BUILD= yes USE_GETTEXT= yes diff --git a/ftp/horde-gollem/Makefile b/ftp/horde-gollem/Makefile index e81b252503c1..04acace997cd 100644 --- a/ftp/horde-gollem/Makefile +++ b/ftp/horde-gollem/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= Gollem is the Horde web-based File Manager -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base NO_BUILD= yes USE_GETTEXT= yes |