summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2008-01-03 12:31:13 +0000
committertaca <taca>2008-01-03 12:31:13 +0000
commit4d24b5107d13cd0e4265a927665da40d0afe82f3 (patch)
tree76ba3db6c692f888a61b1d3817766fd64bb54893 /www
parentdf6c8bace31804c345f65bd6c042fb96f35769c9 (diff)
downloadpkgsrc-4d24b5107d13cd0e4265a927665da40d0afe82f3.tar.gz
Zope 3.x dose not migrate to the new frame work yet.
Diffstat (limited to 'www')
-rw-r--r--www/zope/zopeversion.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/zope/zopeversion.mk b/www/zope/zopeversion.mk
index 2c93e1f6e47..0972b8aa1c8 100644
--- a/www/zope/zopeversion.mk
+++ b/www/zope/zopeversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: zopeversion.mk,v 1.1.1.1 2007/12/18 15:27:23 taca Exp $
+# $NetBSD: zopeversion.mk,v 1.2 2008/01/03 12:31:13 taca Exp $
#
.if !defined(_ZOPEVERSION_MK)
@@ -32,7 +32,8 @@ _ZOPEVERSION_MK= # defined
# Known Zope release which we support.
#
# ZOPE_PKG
-# Short name for each Zope major release; zope29, zope210, zope33.
+# Short name for each Zope major release; zope29, zope210 and
+# hopefully zope33.
#
# ZOPE_USE_PYPKGPREFIX
# Bool variable which enable prefix Zope based package with
@@ -49,7 +50,7 @@ _ZOPEVERSION_MK= # defined
#
#
-ZOPE_VERSION_SUPPORTED= 29 210 33
+ZOPE_VERSION_SUPPORTED= 29 210 # 33
ZOPE_VERSION_DEFAULT?= 29
ZOPE_VERSION_ACCEPTED?= ${ZOPE_VERSION_SUPPORTED}