aboutsummaryrefslogtreecommitdiff
path: root/comms/xastir
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-10-11 07:17:46 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-10-11 07:17:46 +0000
commit3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880 (patch)
tree943066cbc1027ddc233ce2bf4862823ea6d4dd4c /comms/xastir
parent0c26a272d3687a62ca918744eb76b9daaa0a10de (diff)
downloadports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.tar.gz
ports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.zip
Notes
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