aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-04 10:42:50 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-04 10:42:50 +0000
commit301e39b89d311ddcb16355684e2ac46c4bb74a5f (patch)
tree743c9d3cda54ef384c7c422e1e1dac1b2034d70e
parentd7a56bdfad603476af0ea232a52c6d75fb771762 (diff)
- more fixes
Notes
Notes: svn path=/head/; revision=150362
-rw-r--r--www/mod_v2h/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_v2h/Makefile b/www/mod_v2h/Makefile
index 19b69091072b..e9534773d85d 100644
--- a/www/mod_v2h/Makefile
+++ b/www/mod_v2h/Makefile
@@ -14,9 +14,9 @@ DISTNAME= mod_v2h
MAINTAINER= apache@FreeBSD.org
COMMENT= A mass virtual hosting module for Apache with support
-BUILD_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache200 \
+BUILD_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \
${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client
-RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache200 \
+RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \
${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client
WRKSRC= ${WRKDIR}/${DISTNAME}-2