diff options
author | jwise <jwise> | 2000-01-15 20:47:11 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-01-15 20:47:11 +0000 |
commit | f36c17cf13d26a2513e7c806362b6e4c6f2dd483 (patch) | |
tree | e65979ef31e77f13a665c0958e9af20e5fdaa4cf /www | |
parent | 07897f319965f90329f7c1ddffa89c372810ca5b (diff) | |
download | pkgsrc-f36c17cf13d26a2513e7c806362b6e4c6f2dd483.tar.gz |
Add comments indicating why jsdk20 and ap-jserv are disabled here.
Anyone have a better idea? Should these be disabled? INTERACTIVE?
something else?
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 6323eb0099e..a769ea4a331 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2000/01/14 20:45:41 jwise Exp $ +# $NetBSD: Makefile,v 1.65 2000/01/15 20:47:11 jwise Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -10,7 +10,7 @@ SUBDIR += ap-auth-postgresql SUBDIR += ap-dtcl SUBDIR += ap-fastcgi -# SUBDIR += ap-jserv +# SUBDIR += ap-jserv # depends on disabled jsdk0 SUBDIR += ap-ssl SUBDIR += ap-perl SUBDIR += ap-php3 @@ -37,6 +37,7 @@ SUBDIR += hypermail # SUBDIR += http-analyze SUBDIR += jakarta-tomcat +# jsdk20 is disabled because the distfile must be manually downloaded. # SUBDIR += jsdk20 SUBDIR += libghttp # SUBDIR += libpics |