aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 19:13:49 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 19:13:49 +0000
commit1e94b6fb2fcd5b909eed4341ee4677f8d6606743 (patch)
tree5c142b51c330f8fe0f5271fcacdfe9f4e7108bf6 /graphics/gdal/Makefile
parent0248b1e8b748e3fa93da7b73cc09ec1099a619cf (diff)
downloadports-1e94b6fb2fcd5b909eed4341ee4677f8d6606743.tar.gz
ports-1e94b6fb2fcd5b909eed4341ee4677f8d6606743.zip
Switch to USES=pgsql
Notes
Notes: svn path=/head/; revision=373091
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index b847257eca72..8b960c6aea71 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -113,7 +113,7 @@ PCRE_CONFIGURE_ON= --with-pcre=${LOCALBASE}
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
PGSQL_CONFIGURE_OFF= --with-pg=no
PGSQL_CONFIGURE_ON= --with-pg=${LOCALBASE}/bin/pg_config
-PGSQL_USE= PGSQL=yes
+PGSQL_USES= pgsql
PNG_CONFIGURE_OFF= --with-png=internal
PNG_CONFIGURE_ON= --with-png=${LOCALBASE}
PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png