From eb9495d4f752ad7c6dec7b136e5020b4be7efa12 Mon Sep 17 00:00:00 2001 From: daichi Date: Wed, 9 Jul 2003 05:01:51 +0000 Subject: update www/zope: allow zope to build with other python versions PR: 54243 Submitted by: Tim Middleton --- www/zope/Makefile | 2 +- www/zope210/Makefile | 2 +- www/zope211/Makefile | 2 +- www/zope213/Makefile | 2 +- www/zope28/Makefile | 2 +- www/zope29/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/zope/Makefile b/www/zope/Makefile index 1857bb03d2f..ebdc5d3e2a4 100644 --- a/www/zope/Makefile +++ b/www/zope/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 diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 1857bb03d2f..ebdc5d3e2a4 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 diff --git a/www/zope211/Makefile b/www/zope211/Makefile index 1857bb03d2f..ebdc5d3e2a4 100644 --- a/www/zope211/Makefile +++ b/www/zope211/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 diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 1857bb03d2f..ebdc5d3e2a4 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 diff --git a/www/zope28/Makefile b/www/zope28/Makefile index 1857bb03d2f..ebdc5d3e2a4 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 diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 1857bb03d2f..ebdc5d3e2a4 100644 --- a/www/zope29/Makefile +++ b/www/zope29/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 -- cgit