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-pysqlite21 | |
parent | bdf954a1a87b36f44ba6f61c3264c24c4176e26a (diff) | |
download | ports-f844d449b605e81bbd4718341ba2672dde7e36e9.tar.gz ports-f844d449b605e81bbd4718341ba2672dde7e36e9.zip |
Notes
Diffstat (limited to 'databases/py-pysqlite21')
-rw-r--r-- | databases/py-pysqlite21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile index 1a6e35068a2b..21ad1db151f1 100644 --- a/databases/py-pysqlite21/Makefile +++ b/databases/py-pysqlite21/Makefile @@ -19,7 +19,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.[02-9].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}21${PKGNAMESUFFIX} |