aboutsummaryrefslogtreecommitdiff
path: root/graphics/ale
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-07-24 19:49:59 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-07-24 19:49:59 +0000
commitdfc28b2b2330da8805477be1606fda7a2b33672f (patch)
tree07bd1c996b32d7b40d24e4432052ae79ab0c139d /graphics/ale
parent13d74e7092068fe94f631b9123b512be128aca72 (diff)
downloadports-dfc28b2b2330da8805477be1606fda7a2b33672f.tar.gz
ports-dfc28b2b2330da8805477be1606fda7a2b33672f.zip
Notes
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 e2b4a972e04f..f34ab7105af3 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ale
PORTVERSION= 0.8.11.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://auricle.dyndns.org/ALE/download/
@@ -52,7 +52,7 @@ LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3
.if defined(WITHOUT_IMAGEMAGICK)
CONFIGURE_ARGS+= --without-imagemagick
.else
-LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
.endif
.include <bsd.port.post.mk>