- USE_PGSQL

PR:             110261
Submitted by:   Anderson S. Ferreira <anderson@cnpm.embrapa.br>
This commit is contained in:
Martin Wilke 2007-03-23 11:45:19 +00:00
parent 5ede99059d
commit 041ce9173f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188093

View File

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