- postgresql-client is gone, adjust dependency

PR:		ports/67897
Submitted by:	Christian Ullrich <chris+freebsd@chrullrich.de>
This commit is contained in:
Pav Lucistnik 2004-06-13 11:01:00 +00:00
parent 159e3d05ea
commit 6d250d978a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111383

View File

@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
.endif
.if defined(WITH_POSTGRESQL)
POSTGRESQL_PORT?= databases/postgresql-client
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-postgis=${LOCALBASE}/bin/pg_config
.endif