diff options
author | pav <pav@FreeBSD.org> | 2004-04-02 08:00:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-02 08:00:29 +0800 |
commit | 3f136c504c9d00f8e94228a7c5fddc883a6453f3 (patch) | |
tree | 60af99a16ff4aa44ea8ee6f5997eb6adba055375 /Mk | |
parent | a3fdaf67e99bc9eff317572b72269a090af3f37a (diff) | |
download | freebsd-ports-gnome-3f136c504c9d00f8e94228a7c5fddc883a6453f3.tar.gz freebsd-ports-gnome-3f136c504c9d00f8e94228a7c5fddc883a6453f3.tar.zst freebsd-ports-gnome-3f136c504c9d00f8e94228a7c5fddc883a6453f3.zip |
- Update to 2.7.0
PR: ports/63265
Submitted by: Gerhard Schmidt <estartu@augusta.de>
Approved by: crowds on python@ via perky (in general)
Diffstat (limited to '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 |