diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-02-03 02:30:30 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-02-03 02:30:30 +0000 |
commit | 543624974f82ad55f874dc42074e0fc9a27d51e3 (patch) | |
tree | 025b393bfd94733bfe2427129a24574134beeb57 | |
parent | - Update to 0.9.1 (diff) |
- Strict python version
PR: ports/163826
Submitted by: wen@(myself)
-rw-r--r-- | databases/py-MySQLdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 8509478f2ad8..faf3b3c1813c 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -16,7 +16,7 @@ DISTNAME= MySQL-python-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Access a MySQL database through Python -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_MYSQL= yes PYDISTUTILS_PKGNAME= MySQL-python |