mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Remove extra and now incorrect dependencies on postgresql libs-- these
were always unnecessary anyway. Submitted by: mat
This commit is contained in:
parent
92f4d3f270
commit
02fefb46e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373147
3 changed files with 0 additions and 3 deletions
|
@ -61,7 +61,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm
|
|||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
|
||||
LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
|
|
|
@ -65,7 +65,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm
|
|||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
|
||||
LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
|
|
|
@ -64,7 +64,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm
|
|||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
|
||||
LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
|
|
Loading…
Add table
Reference in a new issue