aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-03-05 20:04:27 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-03-05 20:04:27 +0000
commit24e63baac17838b73e900826e5b23341f5a8f47c (patch)
treed0dbf970541f831693ef7ebc4e36c1d9178ff564 /databases/py-sqlalchemy
parent1102c2d5f7fb3f371aed21d01d0df00e437734e3 (diff)
downloadports-24e63baac17838b73e900826e5b23341f5a8f47c.tar.gz
ports-24e63baac17838b73e900826e5b23341f5a8f47c.zip
Notes
Diffstat (limited to 'databases/py-sqlalchemy')
-rw-r--r--databases/py-sqlalchemy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index bb0cbf547a70..e91e97074e28 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sqlalchemy
PORTVERSION= 0.7.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -77,7 +77,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps
.endif
.if ${PORT_OPTIONS:MSQLITE}
-RUN_DEPENDS+= %%PYTHON_LIBDIR%%/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3:${PORTSDIR}/databases/py-sqlite3
.endif
.if ${PORT_OPTIONS:MSYBASE}