diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 00:00:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 00:00:29 +0000 |
commit | bc4cd30966b57319767d56dc1a3d36aeecf9844f (patch) | |
tree | 738f57b3dcb86311ae3d3834c39542f6121080bd /Mk/bsd.python.mk | |
parent | 6bb323643347c161879a18a329ef51c40687f219 (diff) | |
download | ports-bc4cd30966b57319767d56dc1a3d36aeecf9844f.tar.gz ports-bc4cd30966b57319767d56dc1a3d36aeecf9844f.zip |
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 50c2cc31c2a3..f01f749bf845 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -116,7 +116,7 @@ _PYTHON_PORTBRANCH= 2.3 _PYTHON_ALLBRANCHES= 2.3 2.2 2.1 2.0 1.5 2.4 # preferred first .if defined(USE_ZOPE) -PYTHON_VERSION= python2.1 +PYTHON_VERSION= python2.3 .endif .if defined(PYTHON_VERSION) @@ -332,7 +332,7 @@ BUILD_DEPENDS+= ${PYDISTUTILS} .endif # ${PYTHON_NO_DEPENDS} == "NO" .if defined(USE_ZOPE) -RUN_DEPENDS+= ${PYTHONBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope +RUN_DEPENDS+= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope .endif # set $PREFIX as Python's one |