diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-03 22:35:25 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-03 22:35:25 +0000 |
commit | af3dc7ad6338cecfc6bd8e29aa50fefdc12eada2 (patch) | |
tree | 4d77ae2c9e52c93ecd589ff50f31e8f1455eb3ef /www | |
parent | Comply with NOPORTDOCS (diff) |
Fix RUN_DEPENDS
Bump PORTREVISION
PR: 30296
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=47401
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-base/Makefile | 5 | ||||
-rw-r--r-- | www/horde/Makefile | 5 | ||||
-rw-r--r-- | www/horde4-base/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 7e11236fe9a4..b2bd107c79fd 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -8,6 +8,7 @@ PORTNAME= horde PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -26,9 +27,9 @@ MAINTAINER= thierry@thomas.as RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libssl.so:${PORTSDIR}/www/apache13-modssl .endif .if defined(WITH_PHP3) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif NO_BUILD= yes diff --git a/www/horde/Makefile b/www/horde/Makefile index 7e11236fe9a4..b2bd107c79fd 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -8,6 +8,7 @@ PORTNAME= horde PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -26,9 +27,9 @@ MAINTAINER= thierry@thomas.as RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libssl.so:${PORTSDIR}/www/apache13-modssl .endif .if defined(WITH_PHP3) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif NO_BUILD= yes diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 7e11236fe9a4..b2bd107c79fd 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -8,6 +8,7 @@ PORTNAME= horde PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -26,9 +27,9 @@ MAINTAINER= thierry@thomas.as RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libssl.so:${PORTSDIR}/www/apache13-modssl .endif .if defined(WITH_PHP3) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif NO_BUILD= yes |