diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-09 13:01:51 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-09 13:01:51 +0800 |
commit | eb9495d4f752ad7c6dec7b136e5020b4be7efa12 (patch) | |
tree | c7227533f74e0c34b4157a092b0144ab82feb966 /www/zope210 | |
parent | 49223ff08ece1c599449105f0a763531b175e9d8 (diff) | |
download | freebsd-ports-gnome-eb9495d4f752ad7c6dec7b136e5020b4be7efa12.tar.gz freebsd-ports-gnome-eb9495d4f752ad7c6dec7b136e5020b4be7efa12.tar.zst freebsd-ports-gnome-eb9495d4f752ad7c6dec7b136e5020b4be7efa12.zip |
update www/zope: allow zope to build with other python versions
PR: 54243
Submitted by: Tim Middleton <x@vex.net>
Diffstat (limited to 'www/zope210')
-rw-r--r-- | www/zope210/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 1857bb03d2fc..ebdc5d3e2a46 100644 --- a/www/zope210/Makefile +++ b/www/zope210/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 |