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:
Yen-Ming Lee 2003-07-06 11:51:21 +00:00
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

View file

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

View file

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