diff options
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r-- | graphics/mapserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 49066557027f..28fb876e6651 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapserver PORTVERSION= 4.0.2 +PORTREVISION?= 1 CATEGORIES= graphics www misc MASTER_SITES= http://cvs.gis.umn.edu/dist/ @@ -37,7 +38,7 @@ CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .endif .if defined(WITH_WMS) -LIB_DEPENDS+= curl.2:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --wmsclient .endif |