summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-10 12:40:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-10 12:40:06 +0000
commit7f65a9bf28edb89812f9669a018cdf98b68b3dce (patch)
tree1f47d1f21c55cc308ad9f3fe37849a16752e7e9b /net-mgmt
parentUpdate to 0.45. (diff)
- Update Apache dependencies
PR: ports/91443 Submitted by: Sevan Janiyan <venture37@hotmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=153191
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 87afd6d35e13..e6ddd4d174e7 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