aboutsummaryrefslogtreecommitdiffstats
path: root/www/horde-base
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-09-04 06:35:25 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-09-04 06:35:25 +0800
commitfe0d849df981432788ed6276513c8bcf6f25f15c (patch)
treeb4d9e1fb05d57a4d8b4467d24cdaacff2bc3dab2 /www/horde-base
parentd624fe92909eecd1d00142b503028b19b3dabd15 (diff)
downloadfreebsd-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
Diffstat (limited to 'www/horde-base')
-rw-r--r--www/horde-base/Makefile5
1 files changed, 3 insertions, 2 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