diff options
author | clement <clement@FreeBSD.org> | 2004-05-07 12:57:49 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-07 12:57:49 +0000 |
commit | 52098b29bdce2b03d4ca8a4b3825f73414a8b720 (patch) | |
tree | fa7a2c520e1c8182d8ff5b2faa3ce8ffd46b9164 /databases | |
parent | 43362abd5f2492908028f14295d68a1f614e2ea5 (diff) | |
download | FreeBSD-ports-52098b29bdce2b03d4ca8a4b3825f73414a8b720.zip FreeBSD-ports-52098b29bdce2b03d4ca8a4b3825f73414a8b720.tar.gz |
oups I forgot Makefile in previous commit :/
- works with MySQL 4.1
Reported by: Patrick Crosby <patrick@okcupid.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-MySQLdb-devel/Makefile | 1 | ||||
-rw-r--r-- | databases/py-MySQLdb/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile index 05b7f50..88a6429 100644 --- a/databases/py-MySQLdb-devel/Makefile +++ b/databases/py-MySQLdb-devel/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 diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 05b7f50..88a6429 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 |