aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pysqlite20/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
commitbbd8389146f81d931e1d89ad2335d33589912a48 (patch)
treed58f602a8449ad111874763603a08b6e7c7c417d /databases/py-pysqlite20/Makefile
parent5b77b10b89dc7d16347ce3cdb1f1a68f626f9ef9 (diff)
downloadports-bbd8389146f81d931e1d89ad2335d33589912a48.tar.gz
ports-bbd8389146f81d931e1d89ad2335d33589912a48.zip
Notes
Diffstat (limited to 'databases/py-pysqlite20/Makefile')
-rw-r--r--databases/py-pysqlite20/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile
index 38d026760eb1..cb00f6932c98 100644
--- a/databases/py-pysqlite20/Makefile
+++ b/databases/py-pysqlite20/Makefile
@@ -18,18 +18,17 @@ COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}2
+CONFLICTS= py*-pysqlite-2.1*
+
+NO_LATEST_LINK= yes
-USE_REINPLACE= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSBASE= share/doc/py-${PORTNAME}2
DOCSDIR= ${PREFIX}/${DOCSBASE}
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
pre-configure:
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg