diff options
Diffstat (limited to 'www/mod_dav/Makefile')
-rw-r--r-- | www/mod_dav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile index 1fa3e8b..e75613c 100644 --- a/www/mod_dav/Makefile +++ b/www/mod_dav/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: mod_dav (apache) -# Version required: 0.9.12 +# Version required: 0.9.14 # Date created: Sun Oct 17, 1999 # Whom: patrick@mindstep.com # @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 # This port will work with the following version of Apache and anything newer. APACHE_VERSION= 1.3.6 -DAV_VERSION= 0.9.12 +DAV_VERSION= 0.9.14 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |