From 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 4 Mar 2013 10:55:23 +0000 Subject: - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation --- databases/py-sqlalchemy/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'databases/py-sqlalchemy') diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index fc6d45e6e7ca..4dfde209811b 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-sqlalchemy -# Date created: 12 August 2004 -# Whom: Dryice Dong Liu -# +# Created by: Dryice Dong Liu # $FreeBSD$ -# PORTNAME= sqlalchemy PORTVERSION= 0.7.8 @@ -79,7 +75,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps .endif .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if ${PORT_OPTIONS:MSYBASE} -- cgit v1.2.3