diff options
author | jwise <jwise@pkgsrc.org> | 2000-02-10 16:19:05 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-02-10 16:19:05 +0000 |
commit | c5e72fc6cb5aad61833d5f1b77bf86f0bc941bcc (patch) | |
tree | a6f786efc2a7e8d1b1e40b649bd3ef68a65f72eb /www | |
parent | d74b9355fa68e04cd3bd4782835ffafac8bae2b0 (diff) | |
download | pkgsrc-c5e72fc6cb5aad61833d5f1b77bf86f0bc941bcc.tar.gz |
Loosen up Makefile to accept apache-1.3.*, not 1.3.9*.
Not really perfect, as apache-1.3.6 was in pkgsrc for a long time, and is
untested, but should do.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-jserv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile index 4fba0206294..7c796b26e8f 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/18 19:48:23 jwise Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/10 16:19:05 jwise Exp $ DISTNAME= ApacheJServ-1.1 PKGNAME= ap-jserv-1.1 @@ -8,7 +8,7 @@ MASTER_SITES= http://java.apache.org/jserv/dist/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://java.apache.org/ -DEPENDS+= apache-1.3.9*:../../www/apache +DEPENDS+= apache-1.3.*:../../www/apache # yes, this needs _exactly_ version 2.0 DEPENDS+= jsdk-2.0:../../www/jsdk20 # For "apxs": |