aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-08-18 22:10:53 +0800
committerglarkin <glarkin@FreeBSD.org>2010-08-18 22:10:53 +0800
commit7aa42d64224b744c1846517cd915b4c674f00498 (patch)
treea265896a6bf9a40c78e012e86b87968da75dba6c /databases
parent0e220e038ee17c8d17cdd752acf7cf0efc2986d0 (diff)
downloadfreebsd-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/Makefile2
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>