aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ale
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-05 11:57:35 +0800
committeredwin <edwin@FreeBSD.org>2006-01-05 11:57:35 +0800
commit9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d (patch)
tree596c373cb5b0e1b46054a2fc5000be8e97caa3ca /graphics/ale
parent2163e4be9b6582fba21140d86d38b25ae68a90d4 (diff)
downloadfreebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.gz
freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.zst
freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.zip
Chase libversion bumb to libMagick.so.9
PR: ports/91270
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 c8e86e46f2fb..ecef61d04d04 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -8,6 +8,7 @@
PORTNAME= ale
PORTVERSION= 0.8.3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://auricle.dyndns.org/ALE/download/
@@ -45,7 +46,7 @@ MAKE_ARGS+= FFTW=1
.endif
.if !defined(WITHOUT_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick
MAKE_ARGS+= IMAGEMAGICK=1
.endif