diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-05 14:00:31 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-05 14:00:31 +0000 |
commit | 2a86f90ae7d1ab92d22751be75314d3ea67c7518 (patch) | |
tree | 021da93d1364bacca73c02790f494f37afde24a3 /www | |
parent | Update ImageMagick to 6.1.6-0. (diff) |
Don't use Python 2.4 as the upstream maintainer say he will not
support 2.4 in Zope 2.7 branch.
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/zope/Makefile | 2 | ||||
-rw-r--r-- | www/zope210/Makefile | 2 | ||||
-rw-r--r-- | www/zope211/Makefile | 2 | ||||
-rw-r--r-- | www/zope213/Makefile | 2 | ||||
-rw-r--r-- | www/zope28/Makefile | 2 | ||||
-rw-r--r-- | www/zope29/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 77be1f829595..2984db0bdfb7 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -17,7 +17,7 @@ COMMENT= An object-based web application platform BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/expatreader.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= 2.3- +USE_PYTHON= 2.3 USE_RC_SUBR= yes USE_REINPLACE= yes DIST_SUBDIR= zope diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 77be1f829595..2984db0bdfb7 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -17,7 +17,7 @@ COMMENT= An object-based web application platform BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/expatreader.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= 2.3- +USE_PYTHON= 2.3 USE_RC_SUBR= yes USE_REINPLACE= yes DIST_SUBDIR= zope diff --git a/www/zope211/Makefile b/www/zope211/Makefile index 77be1f829595..2984db0bdfb7 100644 --- a/www/zope211/Makefile +++ b/www/zope211/Makefile @@ -17,7 +17,7 @@ COMMENT= An object-based web application platform BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/expatreader.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= 2.3- +USE_PYTHON= 2.3 USE_RC_SUBR= yes USE_REINPLACE= yes DIST_SUBDIR= zope diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 77be1f829595..2984db0bdfb7 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -17,7 +17,7 @@ COMMENT= An object-based web application platform BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/expatreader.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= 2.3- +USE_PYTHON= 2.3 USE_RC_SUBR= yes USE_REINPLACE= yes DIST_SUBDIR= zope diff --git a/www/zope28/Makefile b/www/zope28/Makefile index 77be1f829595..2984db0bdfb7 100644 --- a/www/zope28/Makefile +++ b/www/zope28/Makefile @@ -17,7 +17,7 @@ COMMENT= An object-based web application platform BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/expatreader.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= 2.3- +USE_PYTHON= 2.3 USE_RC_SUBR= yes USE_REINPLACE= yes DIST_SUBDIR= zope diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 77be1f829595..2984db0bdfb7 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -17,7 +17,7 @@ COMMENT= An object-based web application platform BUILD_DEPENDS+= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_xmlplus/sax/expatreader.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= 2.3- +USE_PYTHON= 2.3 USE_RC_SUBR= yes USE_REINPLACE= yes DIST_SUBDIR= zope |