aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ale
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-05-24 22:21:45 +0800
committermnag <mnag@FreeBSD.org>2006-05-24 22:21:45 +0800
commit80461f14ff2ee584acb77ac3c9795c45d5edb0cc (patch)
tree1ab14486bfc4d2661b3df307b884327629b5fde7 /graphics/ale
parente64bef3f94883b85de4477697f58f08df02301c6 (diff)
downloadfreebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.tar.gz
freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.tar.zst
freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.zip
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
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