1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Fix sqlite3.so location on RUN_DEPENDS.

Reported by:	culot@
This commit is contained in:
Felippe de Meirelles Motta 2013-03-05 19:30:28 +00:00
parent 23766b99a0
commit 6b34076c83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313469

View File

@ -3,6 +3,7 @@
PORTNAME= sqlalchemy
PORTVERSION= 0.7.9
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -76,7 +77,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_LIBDIR%%/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
.endif
.if ${PORT_OPTIONS:MSYBASE}