aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-06-03 22:41:40 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-06-03 22:41:40 +0000
commit64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch)
tree3ba02a3613025d14be6bb631b3d27f3f9746aa88 /graphics/mapserver
parent1809887ddd6fd017f42ca369f650921e08b5e991 (diff)
downloadports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.tar.gz
ports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.zip
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Notes
Notes: svn path=/head/; revision=110800
Diffstat (limited to 'graphics/mapserver')
-rw-r--r--graphics/mapserver/Makefile3
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