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-PySQLite10 | |
parent | bdf954a1a87b36f44ba6f61c3264c24c4176e26a (diff) | |
download | ports-f844d449b605e81bbd4718341ba2672dde7e36e9.tar.gz ports-f844d449b605e81bbd4718341ba2672dde7e36e9.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
Notes
Notes:
svn path=/head/; revision=167324
Diffstat (limited to 'databases/py-PySQLite10')
-rw-r--r-- | databases/py-PySQLite10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-PySQLite10/Makefile b/databases/py-PySQLite10/Makefile index a319394d3216..ba7d09daaf20 100644 --- a/databases/py-PySQLite10/Makefile +++ b/databases/py-PySQLite10/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 NO_LATEST_LINK= yes -CONFLICTS= py*-PySQLite-1.1* +CONFLICTS= py*-PySQLite-1.1.* WRKSRC= ${WRKDIR}/pysqlite USE_PYTHON= yes |