diff options
author | drochner <drochner@pkgsrc.org> | 2002-09-04 15:07:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-09-04 15:07:19 +0000 |
commit | 517dc9fc58abe9207bc6598548c5ac57f61e8df4 (patch) | |
tree | b5d24c7c5f78ec4c72d98d3c34ff1ea76f3011a5 /www/Makefile | |
parent | 901703ba89ba071d263d4432b1e8c0fbd9cfe754 (diff) | |
download | pkgsrc-517dc9fc58abe9207bc6598548c5ac57f61e8df4.tar.gz |
Enable all the zope-2.5 stuff. It works "well enough".
(now that the Python-pth problems are solved)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 911150333d0..3b764d84955 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.207 2002/09/01 22:44:00 kim Exp $ +# $NetBSD: Makefile,v 1.208 2002/09/04 15:07:19 drochner Exp $ # COMMENT= Packages related to the World Wide Web @@ -177,7 +177,10 @@ SUBDIR+= www6to4 SUBDIR+= wwwcount SUBDIR+= wwwoffle SUBDIR+= zope -#SUBDIR+= zope25 # for testing thread enabled python +SUBDIR+= zope25 +SUBDIR+= zope25-CMF +SUBDIR+= zope25-LocalFS +SUBDIR+= zope25-ZPhotoSlides SUBDIR+= zope-confera .include "../mk/bsd.pkg.subdir.mk" |