From 7fca995b031b53d2861f71212f08bd954e219e18 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 11 Oct 2011 07:17:46 +0000 Subject: Update ImageMagick to 6.7.2-10 (shlib bumped to .5) --- comms/xastir/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/xastir') 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 -- cgit