diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-27 22:51:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-27 22:51:50 +0800 |
commit | 939abb819102f29034fb23101915bc7ccdd58b72 (patch) | |
tree | a1750cf76ac32feeb4586f3eec41c8bd8b5d667a | |
parent | 27108202e92e519ac935b5638f9d3776733ce808 (diff) | |
download | freebsd-ports-gnome-939abb819102f29034fb23101915bc7ccdd58b72.tar.gz freebsd-ports-gnome-939abb819102f29034fb23101915bc7ccdd58b72.tar.zst freebsd-ports-gnome-939abb819102f29034fb23101915bc7ccdd58b72.zip |
- Allow to build with python27
-rw-r--r-- | textproc/py-xlrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index 3ff2411b2ffa..d2625e4477ec 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Reading data and formatting information from Excel files -USE_PYTHON= 2.5-2.6 +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= yes .include <bsd.port.mk> |