aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xastir
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-10-11 15:17:46 +0800
committermm <mm@FreeBSD.org>2011-10-11 15:17:46 +0800
commit7fca995b031b53d2861f71212f08bd954e219e18 (patch)
tree82486f9d1e4c209bcf435621c6ea2716b20d96fc /comms/xastir
parent9d2b2284eef2996a406f64dbd83781ee3ca794e5 (diff)
downloadfreebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.gz
freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.zst
freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.zip
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Diffstat (limited to 'comms/xastir')
-rw-r--r--comms/xastir/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index 26fa7a4f1c65..da61d4f679b9 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xastir
PORTVERSION= 2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
@@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick
.if defined(WITH_GRAPHICK)
LIB_DEPENDS+= GraphicsMagickWand.4:${PORTSDIR}/graphics/GraphicsMagick13
.else
-LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick
CONFIGURE_ARGS+= --without-graphicsmagick
.endif
.endif