- Fix PostgreSQL dependency

PR:		ports/76951
Submitted by:	Ulrich Spoerlein <q@uni.de>
This commit is contained in:
Pav Lucistnik 2005-02-08 20:52:24 +00:00
parent 5252d83866
commit 08ce3caf4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128314

View File

@ -55,8 +55,7 @@ CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
.endif
.if defined(WITH_PGSQL)
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
USE_PGSQL= yes
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.endif