diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 10:42:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 10:42:50 +0000 |
commit | 301e39b89d311ddcb16355684e2ac46c4bb74a5f (patch) | |
tree | 743c9d3cda54ef384c7c422e1e1dac1b2034d70e | |
parent | d7a56bdfad603476af0ea232a52c6d75fb771762 (diff) |
- more fixes
Notes
Notes:
svn path=/head/; revision=150362
-rw-r--r-- | www/mod_v2h/Makefile | 4 |
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 |