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 /security | |
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 'security')
-rw-r--r-- | security/horde-jeta/Makefile | 2 | ||||
-rw-r--r-- | security/jeta/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/horde-jeta/Makefile b/security/horde-jeta/Makefile index caab0235aef2..4c2160ef6e17 100644 --- a/security/horde-jeta/Makefile +++ b/security/horde-jeta/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= Horde wrapper around various Java SSH applets -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION diff --git a/security/jeta/Makefile b/security/jeta/Makefile index caab0235aef2..4c2160ef6e17 100644 --- a/security/jeta/Makefile +++ b/security/jeta/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= Horde wrapper around various Java SSH applets -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION |