summaryrefslogtreecommitdiff
path: root/www/ap-dav
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-13 22:19:48 +0000
committerjlam <jlam>2002-08-13 22:19:48 +0000
commita68f045905e353897946a8446722cc75a39cf3dd (patch)
tree25db962dd5ad9067768b74e18de8be9185fda55e /www/ap-dav
parentf951a549750387746a5788ea3812e29e89830c13 (diff)
downloadpkgsrc-a68f045905e353897946a8446722cc75a39cf3dd.tar.gz
Fix comment to note that we must have apache<2.0.
Diffstat (limited to 'www/ap-dav')
-rw-r--r--www/ap-dav/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dav/Makefile b/www/ap-dav/Makefile
index df57baa8621..35b82e9004a 100644
--- a/www/ap-dav/Makefile
+++ b/www/ap-dav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/03/06 15:35:04 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/08/13 22:19:48 jlam Exp $
DISTNAME= mod_dav-1.0.3-1.3.6
PKGNAME= ap-dav-1.0.3
@@ -9,7 +9,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.webdav.org/mod_dav/
COMMENT= Apache WebDAV module
-# Ugly mess that says apache>=1.3.9 and apache<=2.0.
+# Ugly mess that says apache>=1.3.9 and apache<2.0.
BUILDLINK_DEPENDS.apache= {apache-1.3.9*,apache-1.3.[1-9][0-9]*,apache6-1.3.9*,apache6-1.3.[1-9][0-9]*}
DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache