diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-04 06:35:25 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-04 06:35:25 +0800 |
commit | fe0d849df981432788ed6276513c8bcf6f25f15c (patch) | |
tree | b4d9e1fb05d57a4d8b4467d24cdaacff2bc3dab2 | |
parent | d624fe92909eecd1d00142b503028b19b3dabd15 (diff) | |
download | freebsd-ports-gnome-fe0d849df981432788ed6276513c8bcf6f25f15c.tar.gz freebsd-ports-gnome-fe0d849df981432788ed6276513c8bcf6f25f15c.tar.zst freebsd-ports-gnome-fe0d849df981432788ed6276513c8bcf6f25f15c.zip |
Fix RUN_DEPENDS
Bump PORTREVISION
PR: 30296
Submitted by: maintainer
-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 |