aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-22 18:56:42 +0800
committermiwi <miwi@FreeBSD.org>2008-04-22 18:56:42 +0800
commitac77c8f0017d30e1aa74922a28699b4f38ea6f57 (patch)
tree85d069f17a7339f5a2a483373b85f13f4e348eb5 /comms
parent28df73368e055cf7508cbd6023a9c7e4f4f34ee1 (diff)
downloadfreebsd-ports-gnome-ac77c8f0017d30e1aa74922a28699b4f38ea6f57.tar.gz
freebsd-ports-gnome-ac77c8f0017d30e1aa74922a28699b4f38ea6f57.tar.zst
freebsd-ports-gnome-ac77c8f0017d30e1aa74922a28699b4f38ea6f57.zip
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
Diffstat (limited to 'comms')
-rw-r--r--comms/xastir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index b3fd3d643d39..d9edc3cfb361 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xastir
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xastir
@@ -62,7 +63,7 @@ CONFIGURE_ARGS+= --without-shapelib
.if defined(WITHOUT_MAGICK)
CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick
.else
-LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
CONFIGURE_ARGS+= --without-graphicsmagick
.endif