diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-08-18 14:10:53 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-08-18 14:10:53 +0000 |
commit | c5b417e05e7b55b7fa933dabf6af08f228368ee3 (patch) | |
tree | 2bebadfe70f4ed4549ae376dcb4f183f58899240 | |
parent | - Update USE_PYTHON in Makefile to reflect upstream Python (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=259506
-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> |