aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-10 20:40:06 +0800
committerpav <pav@FreeBSD.org>2006-01-10 20:40:06 +0800
commit9adf8b14fb7480e02d3ba0dbbd29d6d59a50f141 (patch)
tree321df2d884d82ed98f136c627f0278f292b85bb2 /net-mgmt
parent52d4d5c3a40bf5706ad4b8a3c72341bbecbdae23 (diff)
downloadfreebsd-ports-graphics-9adf8b14fb7480e02d3ba0dbbd29d6d59a50f141.tar.gz
freebsd-ports-graphics-9adf8b14fb7480e02d3ba0dbbd29d6d59a50f141.tar.zst
freebsd-ports-graphics-9adf8b14fb7480e02d3ba0dbbd29d6d59a50f141.zip
- Update Apache dependencies
PR: ports/91443 Submitted by: Sevan Janiyan <venture37@hotmail.com> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/chillispot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile
index 87afd6d35e1..e6ddd4d174e 100644
--- a/net-mgmt/chillispot/Makefile
+++ b/net-mgmt/chillispot/Makefile
@@ -30,12 +30,12 @@ OPTIONS= RAW "Latest Release Of Apache & mySQL" Off \
.include <bsd.port.pre.mk>
.if defined(WITH_RAW)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
+RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \
${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql50-server
.endif
.if defined(WITH_MATURE)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache \
+RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql41-server
.endif