diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-24 21:52:57 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-24 21:52:57 +0800 |
commit | 3c925a1ac48c84a016f21af8e865f414781edbab (patch) | |
tree | 311855c007231b0cdd5e924696a44be99e3d9727 /www/mod_dav/Makefile | |
parent | 0cf9b1c94d2ea8e3297e90de7ff2629533542669 (diff) | |
download | freebsd-ports-graphics-3c925a1ac48c84a016f21af8e865f414781edbab.tar.gz freebsd-ports-graphics-3c925a1ac48c84a016f21af8e865f414781edbab.tar.zst freebsd-ports-graphics-3c925a1ac48c84a016f21af8e865f414781edbab.zip |
Update to 0.9.14
PR: 15540
Submitted by: Maintainer
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 1fa3e8b79f6..e75613c1aa0 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} \ |