mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- *Really* fix sqlite3.so location.
Reported by: rm@ Pointyhat: lippe
This commit is contained in:
parent
1102c2d5f7
commit
24e63baac1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313474
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue