diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-05 15:12:36 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-05 15:12:36 +0000 |
commit | 15f9e62397e4bfba09f563ad3b9df1e54508a4b2 (patch) | |
tree | c9e2ed25db6dfc48908c5ceb41e6f25baff741a2 /graphics/ale | |
parent | cd530f3682471f0c31c1db3db71f4b2598c1e067 (diff) | |
download | ports-15f9e62397e4bfba09f563ad3b9df1e54508a4b2.tar.gz ports-15f9e62397e4bfba09f563ad3b9df1e54508a4b2.zip |
Notes
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 e89fbf38cbe1..e26646e66b67 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,6 +8,7 @@ PORTNAME= ale PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -37,7 +38,7 @@ MAKE_ARGS+= FFTW=1 .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick MAKE_ARGS+= IMAGEMAGICK=1 .endif |