diff options
author | drochner <drochner> | 2002-09-04 15:07:19 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-09-04 15:07:19 +0000 |
commit | e037c498931db3fd8254123aefde30e726b496e1 (patch) | |
tree | b5d24c7c5f78ec4c72d98d3c34ff1ea76f3011a5 /www/Makefile | |
parent | c8e0a9584a47dafaad630897ddd1314a1cc918e2 (diff) | |
download | pkgsrc-e037c498931db3fd8254123aefde30e726b496e1.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" |