diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-10 03:07:30 +0000 |
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-10 03:07:30 +0000 |
| commit | f844d449b605e81bbd4718341ba2672dde7e36e9 (patch) | |
| tree | 8d11052d1631d9fd4ea1677c3c5ff957e1ba6061 /databases/py-PySQLite11 | |
| parent | Fix dependencies for EMACS_PORT_NAME = emacs22. (diff) | |
* 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-PySQLite11')
| -rw-r--r-- | databases/py-PySQLite11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile index 9fd43ac5ddc1..8cc37d7ff33d 100644 --- a/databases/py-PySQLite11/Makefile +++ b/databases/py-PySQLite11/Makefile @@ -17,7 +17,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-1.0* +CONFLICTS= py*-PySQLite-1.0.* NO_LATEST_LINK= yes |
