diff options
author | pav <pav@FreeBSD.org> | 2005-03-07 06:16:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-07 06:16:54 +0800 |
commit | bee2b17850e93413c601bfd2be599eb86f48680e (patch) | |
tree | 15431b85abc4708390316fb5176f7dd5d2149dd0 /graphics/ale | |
parent | 419c7b6fb419f3824087ff289601c6ef4e24f2ff (diff) | |
download | freebsd-ports-gnome-bee2b17850e93413c601bfd2be599eb86f48680e.tar.gz freebsd-ports-gnome-bee2b17850e93413c601bfd2be599eb86f48680e.tar.zst freebsd-ports-gnome-bee2b17850e93413c601bfd2be599eb86f48680e.zip |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
Diffstat (limited to 'graphics/ale')
-rw-r--r-- | graphics/ale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index 49b71fa99317..a9e17e4c2cba 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,6 +8,7 @@ PORTNAME= ale PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -41,7 +42,7 @@ MAKE_ARGS+= FFTW=1 .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick MAKE_ARGS+= IMAGEMAGICK=1 .endif |