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-pysqlite20 | |
parent | bdf954a1a87b36f44ba6f61c3264c24c4176e26a (diff) |
Notes
Diffstat (limited to 'databases/py-pysqlite20')
-rw-r--r-- | databases/py-pysqlite20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile index db7cfdd3352f..94d1b9a48b8f 100644 --- a/databases/py-pysqlite20/Makefile +++ b/databases/py-pysqlite20/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.1* +CONFLICTS= py*-pysqlite-2.[1-9].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}20${PKGNAMESUFFIX} |