diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-08-18 22:10:53 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-08-18 22:10:53 +0800 |
commit | 7aa42d64224b744c1846517cd915b4c674f00498 (patch) | |
tree | a265896a6bf9a40c78e012e86b87968da75dba6c /databases | |
parent | 0e220e038ee17c8d17cdd752acf7cf0efc2986d0 (diff) | |
download | freebsd-ports-gnome-7aa42d64224b744c1846517cd915b4c674f00498.tar.gz freebsd-ports-gnome-7aa42d64224b744c1846517cd915b4c674f00498.tar.zst freebsd-ports-gnome-7aa42d64224b744c1846517cd915b4c674f00498.zip |
- Restrict USE_PYTHON to 2.5+ due to compilation errors with Python 2.4
PR: ports/149253
Submitted by: glarkin
Approved by: wen (via email)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-dbf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile index 0856af2ed190..9b8e55559163 100644 --- a/databases/py-dbf/Makefile +++ b/databases/py-dbf/Makefile @@ -15,7 +15,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Pure python package for reading/writing dbf files USE_ZIP= yes -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes .include <bsd.port.mk> |