diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-16 08:59:10 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-16 08:59:10 +0000 |
commit | 6083bd3d214163c825144a142f484e2f67e38a2f (patch) | |
tree | 49e18aef27f30faf3396b4eda9392f7b2cee8264 /www/zope211 | |
parent | Committed. Thanks! (diff) |
Change python dependency to 2.1 as the documentation recommends.
PR: 53313
Submitted by: "Miguel Mendez" <flynn@energyhq.es.eu.org>
Notes
Notes:
svn path=/head/; revision=83102
Diffstat (limited to 'www/zope211')
-rw-r--r-- | www/zope211/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zope211/Makefile b/www/zope211/Makefile index 42cae624ebce..1857bb03d2fc 100644 --- a/www/zope211/Makefile +++ b/www/zope211/Makefile @@ -7,6 +7,7 @@ PORTNAME= zope PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-src @@ -16,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An object-based web application platform USE_PYTHON= yes -PYTHON_VERSION= python2.2 +PYTHON_VERSION= python2.1 DIST_SUBDIR= zope |