diff options
author | mnag <mnag@FreeBSD.org> | 2006-07-10 11:07:30 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-07-10 11:07:30 +0800 |
commit | d4bfa8f4b00982e14170ad5070eadd3baa70a078 (patch) | |
tree | 01b9801eab1c4ef71aaf0f0a5f6b63908219a366 /databases/py-pysqlite22 | |
parent | ec5f3265fec483e0b377a8b537e8258de1aa59a4 (diff) | |
download | freebsd-ports-gnome-d4bfa8f4b00982e14170ad5070eadd3baa70a078.tar.gz freebsd-ports-gnome-d4bfa8f4b00982e14170ad5070eadd3baa70a078.tar.zst freebsd-ports-gnome-d4bfa8f4b00982e14170ad5070eadd3baa70a078.zip |
* databases/Makefile
Add py-pysqlite23 entry
* databases/py-PySQLite10
Litte modification in CONFLICTS
* databases/py-PySQLite11
Litte modification in CONFLICTS
* databases/py-pysqlite20
Fix CONFLICTS
* databases/py-pysqlite21
Fix CONFLICTS
* databases/py-pysqlite22
Fix CONFLICTS
* databases/py-pysqlite23
Update to 2.3.2
Repocopy by: marcus
Diffstat (limited to 'databases/py-pysqlite22')
-rw-r--r-- | databases/py-pysqlite22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pysqlite22/Makefile b/databases/py-pysqlite22/Makefile index fed2213ff8f7..ebd56d2c0689 100644 --- a/databases/py-pysqlite22/Makefile +++ b/databases/py-pysqlite22/Makefile @@ -18,7 +18,7 @@ COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -CONFLICTS= py*-pysqlite-2.0* +CONFLICTS= py*-pysqlite-2.[0-13-9].* USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes |