diff options
author | clement <clement@FreeBSD.org> | 2004-05-07 20:57:49 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-07 20:57:49 +0800 |
commit | 52098b29bdce2b03d4ca8a4b3825f73414a8b720 (patch) | |
tree | fa7a2c520e1c8182d8ff5b2faa3ce8ffd46b9164 /databases/py-MySQLdb | |
parent | 43362abd5f2492908028f14295d68a1f614e2ea5 (diff) | |
download | freebsd-ports-gnome-52098b29bdce2b03d4ca8a4b3825f73414a8b720.tar.gz freebsd-ports-gnome-52098b29bdce2b03d4ca8a4b3825f73414a8b720.tar.zst freebsd-ports-gnome-52098b29bdce2b03d4ca8a4b3825f73414a8b720.zip |
oups I forgot Makefile in previous commit :/
- works with MySQL 4.1
Reported by: Patrick Crosby <patrick@okcupid.com>
Diffstat (limited to 'databases/py-MySQLdb')
-rw-r--r-- | databases/py-MySQLdb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 05b7f5087cb6..88a6429621f7 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -18,7 +18,6 @@ COMMENT= Access a MySQL database through Python USE_PYTHON= yes USE_PYDISTUTILS= yes USE_MYSQL= yes -BROKEN_WITH_MYSQL= 41 DOCS= MANIFEST README doc/*.html |