diff options
author | drochner <drochner@pkgsrc.org> | 2002-11-14 18:37:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-11-14 18:37:55 +0000 |
commit | 24ed6e9149a8a0851bfd18d3c7bab1cb50f01101 (patch) | |
tree | 62ed56e07904f22fd1a40e1cf143b45166151992 /www | |
parent | c5c4d43829cebea33ef0fc7a343f930cc2c92992 (diff) | |
download | pkgsrc-24ed6e9149a8a0851bfd18d3c7bab1cb50f01101.tar.gz |
add zopeedit
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index fbea9a4e8f8..a22f6737360 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.226 2002/11/14 17:02:31 drochner Exp $ +# $NetBSD: Makefile,v 1.227 2002/11/14 18:37:55 drochner Exp $ # COMMENT= Packages related to the World Wide Web @@ -194,6 +194,7 @@ SUBDIR+= zope25-CMFPlone SUBDIR+= zope25-Calendar SUBDIR+= zope25-DocumentLibrary SUBDIR+= zope25-EasyImage +SUBDIR+= zope25-ExternalEditor SUBDIR+= zope25-Formulator SUBDIR+= zope25-Fortune SUBDIR+= zope25-JPicture @@ -214,5 +215,6 @@ SUBDIR+= zope25-ZPsycopgDA SUBDIR+= zope25-ZWeather SUBDIR+= zope25-ZWiki SUBDIR+= zope25-Zippy +SUBDIR+= zopeedit .include "../mk/bsd.pkg.subdir.mk" |