aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-23 11:45:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-23 11:45:19 +0000
commit041ce9173f8528484a1f91de957ebbff67d4be8d (patch)
treebfa9cda23c1b4f70d42039fad4fbab5128cbde7f /graphics/mapserver/Makefile
parent5ede99059dbbcd1b1149b4a957e0cb89ac8ea3e0 (diff)
downloadports-041ce9173f8528484a1f91de957ebbff67d4be8d.tar.gz
ports-041ce9173f8528484a1f91de957ebbff67d4be8d.zip
Notes
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r--graphics/mapserver/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 01609f19ac63..803b7808cbb1 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -74,8 +74,7 @@ CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
.endif
.if defined(WITH_POSTGIS)
-POSTGRESQL_PORT?= databases/postgis
-LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PGSQL= YES
CONFIGURE_ARGS+= --with-postgis=${LOCALBASE}/bin/pg_config
.endif