Remove extra and now incorrect dependencies on postgresql libs-- these

were always unnecessary anyway.

Submitted by:	mat
This commit is contained in:
Chris Rees 2014-11-23 13:22:05 +00:00
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

View file

@ -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}

View file

@ -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}

View file

@ -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}