diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
commit | 779a04d1f707b7fdbf154d56577444fff9c0306f (patch) | |
tree | fc361b786f221cd16c431f3bbc0861f8cd3206fb /graphics/ale | |
parent | a9b4900f5b074ea507779dd64150eeaf1b2c1da6 (diff) | |
download | ports-779a04d1f707b7fdbf154d56577444fff9c0306f.tar.gz ports-779a04d1f707b7fdbf154d56577444fff9c0306f.zip |
Notes
Diffstat (limited to 'graphics/ale')
-rw-r--r-- | graphics/ale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index f1e2617444a1..e2b4a972e04f 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,7 +8,7 @@ PORTNAME= ale PORTVERSION= 0.8.11.2 -PORTREVISION= 4 +PORTREVISION= 5 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.2:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick .endif .include <bsd.port.post.mk> |