From d5f070a684982b02b80d15625da58dcda7a94535 Mon Sep 17 00:00:00 2001 From: mnag Date: Wed, 3 May 2006 15:14:07 +0000 Subject: * Makefile - Add databases/py-pysqlite22 entry * databases/py-pysqlite22 - Update to 2.2.2 (new port) * databases/py-pysqlite21 - Fix LATEST_LINK * databases/py-pysqlite20 - Define LATEST_LINK PR: 96635 Submitted by: Edwin Groothuis Repocopy by: marcus --- databases/py-pysqlite20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/py-pysqlite20') diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile index 0c5ce47733dd..db7cfdd3352f 100644 --- a/databases/py-pysqlite20/Makefile +++ b/databases/py-pysqlite20/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFLICTS= py*-pysqlite-2.1* -NO_LATEST_LINK= yes +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}20${PKGNAMESUFFIX} USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes -- cgit