aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ale
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 /graphics/ale
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 'graphics/ale')
-rw-r--r--graphics/ale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index dbb639a58efa..5fb6f4e01540 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ale
PORTVERSION= 0.8.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://auricle.dyndns.org/ALE/download/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -50,7 +50,7 @@ MAKE_ARGS+= FFTW=1
.endif
.if !defined(WITHOUT_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
MAKE_ARGS+= IMAGEMAGICK=1
.endif