diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-10-11 14:57:48 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-10-11 14:57:48 +0000 |
commit | f674c3a291abe9e9f8b131960aaf228b7c94fe83 (patch) | |
tree | 18fde4716097c67209bb2ee07147790bbc74863a /graphics/mapserver | |
parent | 89aa5cc96bba2c1e4d59165d0c7f0f20e6adac86 (diff) | |
download | ports-f674c3a291abe9e9f8b131960aaf228b7c94fe83.tar.gz ports-f674c3a291abe9e9f8b131960aaf228b7c94fe83.zip |
Notes
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index c723c2eafa83..b2ed7f654cda 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -39,7 +39,7 @@ WCS_DESC= WCS Server support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2 +USES+= python:2 BUILD_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 CMAKE_ARGS+= -DWITH_PYTHON=yes PLIST_SUB+= PYTHON="" @@ -115,7 +115,7 @@ CMAKE_ARGS+= -DWITH_GEOS=0 .endif .if ${PORT_OPTIONS:MPOSTGIS} -USE_PGSQL= yes +USES+= pgsql CMAKE_ARGS+= -DWITH_POSTGIS=1 .else CMAKE_ARGS+= -DWITH_POSTGIS=0 @@ -169,13 +169,13 @@ PROG_FILES= legend scalebar shp2img shptree shptreetst shptreevis \ .if ${PORT_OPTIONS:MCLIENT_WMS} LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal -CMAKE_ARGS+= -DWITH_CURL=1 -DGDAL=1 -DCLIENT_WMS=1 +CMAKE_ARGS+= -DWITH_CURL=1 -DWITH_GDAL=1 -DWITH_CLIENT_WMS=1 .endif .if ${PORT_OPTIONS:MCLIENT_WFS} LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal -CMAKE_ARGS+= -DWITH_CURL=1 -DGDAL=1 -DCLIENT_WFS=1 +CMAKE_ARGS+= -DWITH_CURL=1 -DWITH_GDAL=1 -DWITH_CLIENT_WFS=1 .endif do-install: |