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