diff options
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} |