diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-10 12:40:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-10 12:40:06 +0000 |
commit | 7f65a9bf28edb89812f9669a018cdf98b68b3dce (patch) | |
tree | 1f47d1f21c55cc308ad9f3fe37849a16752e7e9b /net-mgmt | |
parent | 12b81a89734a538a253f998dfc7023a6928f614e (diff) | |
download | ports-7f65a9bf28edb89812f9669a018cdf98b68b3dce.tar.gz ports-7f65a9bf28edb89812f9669a018cdf98b68b3dce.zip |
- 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/Makefile | 4 |
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 |