diff options
author | jwise <jwise> | 2000-09-11 15:41:40 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-11 15:41:40 +0000 |
commit | 9bdde73e379fde1282131285806ac14ea1956f79 (patch) | |
tree | dcd1fffd7c37ef4e0fca1fb87d6f3a39db8d3c40 | |
parent | 10fa58ff1d033d747a38f54ef841165a41fdebb1 (diff) | |
download | pkgsrc-9bdde73e379fde1282131285806ac14ea1956f79.tar.gz |
Enable jsdk20 and the three packages which depend on it, now that the
jsdk20 package can fetch it's distfile.
-rw-r--r-- | www/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/Makefile b/www/Makefile index ad2d7c537c1..866a8b33f2b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2000/09/07 11:33:08 wiz Exp $ +# $NetBSD: Makefile,v 1.99 2000/09/11 15:41:40 jwise Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -14,7 +14,7 @@ SUBDIR += ap-csacek SUBDIR += ap-dtcl SUBDIR += ap-fastcgi -# SUBDIR += ap-jserv # depends on disabled jsdk0 + SUBDIR += ap-jserv SUBDIR += ap-perl SUBDIR += ap-php3 SUBDIR += ap-ssl @@ -37,8 +37,8 @@ SUBDIR += hypermail SUBDIR += ijb SUBDIR += jakarta-tomcat -# SUBDIR += jsdk20 # distfile must be manually downloaded. -# SUBDIR += jssi # depends on disabled jsdk20 + SUBDIR += jsdk20 + SUBDIR += jssi SUBDIR += kannel SUBDIR += libghttp SUBDIR += libwww @@ -71,7 +71,7 @@ SUBDIR += php3-snmp SUBDIR += py-pcgi SUBDIR += py-zpublisher -# SUBDIR += spfc # depends on disabled jsdk20 + SUBDIR += spfc SUBDIR += squid SUBDIR += squid-current SUBDIR += surfraw |