diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /databases/py-sqlalchemy | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) | |
download | ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.tar.gz ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.zip |
Notes
Diffstat (limited to 'databases/py-sqlalchemy')
-rw-r--r-- | databases/py-sqlalchemy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <dryice@dryice.name> -# +# Created by: Dryice Dong Liu <dryice@dryice.name> # $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} |