aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-03-29 05:41:12 +0800
committermm <mm@FreeBSD.org>2010-03-29 05:41:12 +0800
commite04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10 (patch)
tree30ecbdd8c1e2c8e01eb79c06287e35ef808ff32a /comms
parent7ca02036b5c4fe07e87afaf078dfe91092473aac (diff)
downloadfreebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.tar.gz
freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.tar.zst
freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.zip
- Bump Magick++, MagickWand or MagickCore dependency
Diffstat (limited to 'comms')
-rw-r--r--comms/xastir/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index 51cc9726e814..581e7fbbe212 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xastir
PORTVERSION= 1.9.8
-PORTREVISION= 1
+PORTREVISION= 2
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.3:${PORTSDIR}/graphics/GraphicsMagick
.else
-LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick
CONFIGURE_ARGS+= --without-graphicsmagick
.endif
.endif