diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:01:51 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:01:51 +0000 |
commit | a03cb4094be59165bf5555b66e5f90b1f462671c (patch) | |
tree | 0b488f8b6889b22cdfb775e74d8fb12e15a10ed1 /www/zope213 | |
parent | update x11-wm/windowlab: 1.10 -> 1.11 (diff) |
update www/zope: allow zope to build with other python versions
PR: 54243
Submitted by: Tim Middleton <x@vex.net>
Notes
Notes:
svn path=/head/; revision=84497
Diffstat (limited to '')
-rw-r--r-- | www/zope213/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 1857bb03d2fc..ebdc5d3e2a46 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An object-based web application platform USE_PYTHON= yes -PYTHON_VERSION= python2.1 +PYTHON_VERSION?=python2.1 DIST_SUBDIR= zope |