The path for the PostgreSQL dependancy was wrong.
Spotted by: Pawel Malachowski <pawmal@unia.3lo.lublin.pl> PR: 54143 Submitted by: Dominic Marks <dom@cus.org.uk>
This commit is contained in:
parent
5e8f8324d2
commit
05a5835dbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84298
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-ldap
|
|||
# can be used to store user tables.
|
||||
#
|
||||
.if WITH_PGSQL
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
.endif
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-ldap
|
|||
# can be used to store user tables.
|
||||
#
|
||||
.if WITH_PGSQL
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue