mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
PORTNAME= sqlalchemy
|
||||||
PORTVERSION= 0.7.9
|
PORTVERSION= 0.7.9
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -77,7 +77,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSQLITE}
|
.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
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSYBASE}
|
.if ${PORT_OPTIONS:MSYBASE}
|
||||||
|
|
Loading…
Add table
Reference in a new issue