From 6d250d978aa476acc5030bcd5fdad006465700c5 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 13 Jun 2004 11:01:00 +0000 Subject: [PATCH] - postgresql-client is gone, adjust dependency PR: ports/67897 Submitted by: Christian Ullrich --- graphics/mapserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index a311c80a727f..97ca6000a34f 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -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