mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Chase dependency of databases/sqlite2
Forgotten by: nork
This commit is contained in:
parent
0b39b3dbf7
commit
91c21cbb59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124993
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||||
DBTYPE= postgresql
|
DBTYPE= postgresql
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --with-sqlite=yes
|
CONFIGURE_ARGS+= --with-sqlite=yes
|
||||||
LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite
|
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
|
||||||
DBTYPE= sqlite
|
DBTYPE= sqlite
|
||||||
.endif
|
.endif
|
||||||
PLIST_SUB+= DBTYPE=${DBTYPE}
|
PLIST_SUB+= DBTYPE=${DBTYPE}
|
||||||
|
|
Loading…
Add table
Reference in a new issue