diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-08-18 22:13:00 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-08-18 22:13:00 +0800 |
commit | dd940950ebbe54977e9c4c83746c6fe1a578e576 (patch) | |
tree | 180f64b01d07c8fabccb80c6f12571d22b790f17 | |
parent | 7aa42d64224b744c1846517cd915b4c674f00498 (diff) | |
download | freebsd-ports-gnome-dd940950ebbe54977e9c4c83746c6fe1a578e576.tar.gz freebsd-ports-gnome-dd940950ebbe54977e9c4c83746c6fe1a578e576.tar.zst freebsd-ports-gnome-dd940950ebbe54977e9c4c83746c6fe1a578e576.zip |
- Restrict Python version to 2.5+ to avoid syntax error with Python 2.4
PR: ports/149275
Submitted by: glarkin
Approved by: yzlin (maintainer; timeout - 2 weeks)
-rw-r--r-- | devel/bpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index cf90eac3977c..9f3c276c7683 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -16,7 +16,7 @@ COMMENT= A fancy interface to the Python interpreter RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install MAN1= bpython.1 |