summaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-24 12:40:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-24 12:40:19 +0000
commiteaf33c1de0699fd435674462259c1279833f3a0d (patch)
treef65c8c52e443e370c461986f988bd68ebff19a41 /graphics/mapserver
parentFix by adding `.' of .else (diff)
Chase ming library version
Pointy Hat to: garga
Notes
Notes: svn path=/head/; revision=160310
Diffstat (limited to 'graphics/mapserver')
-rw-r--r--graphics/mapserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 36e46b90d54e..1660f72cc299 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mapserver
PORTVERSION= 4.4.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics www
MASTER_SITES= http://cvs.gis.umn.edu/dist/
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --without-tiff
.endif
.if defined(WITH_MING)
-LIB_DEPENDS+= ming.3:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming
CONFIGURE_ARGS+= --with-ming=${LOCALBASE}
.endif