diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-24 09:30:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-24 09:30:21 +0000 |
commit | e2018b5de2f5bf3a917df983444d821088f26b9e (patch) | |
tree | 5f29d7ff11b5c30a035bde1b8fd9c9a29ad4e8b7 /Mk | |
parent | 2a7d2c4838dd5407d4bfd0113b510103b234b838 (diff) | |
download | ports-e2018b5de2f5bf3a917df983444d821088f26b9e.tar.gz ports-e2018b5de2f5bf3a917df983444d821088f26b9e.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 8844c11c1649..046ccf3a64d6 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -268,11 +268,7 @@ _ZOPE_VERSION= ${_ZOPE_PORTBRANCH} # just to avoid version sanity checking. ZOPE_VERSION?= ${_ZOPE_VERSION} -.if ${ZOPE_VERSION} == "2.7" -PYTHON_VERSION= python2.3 -.else PYTHON_VERSION= python2.4 -.endif .endif # defined(USE_ZOPE) |