aboutsummaryrefslogtreecommitdiff
path: root/graphics/ale
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-24 14:21:45 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-24 14:21:45 +0000
commitc6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch)
tree284ed8b074db6ebbd762b69cc947e22f549200e2 /graphics/ale
parent24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff)
downloadports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.tar.gz
ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.zip
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=163284
Diffstat (limited to 'graphics/ale')
-rw-r--r--graphics/ale/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index e18094ac2dd7..3d9a7f02fa45 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -8,6 +8,7 @@
PORTNAME= ale
PORTVERSION= 0.8.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://auricle.dyndns.org/ALE/download/
@@ -44,7 +45,7 @@ MAKE_ARGS+= FFTW=1
.endif
.if !defined(WITHOUT_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick
MAKE_ARGS+= IMAGEMAGICK=1
.endif