diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
commit | 203e1b02856fda7821ba5214272240ca29418fca (patch) | |
tree | 3c56c347254b62b06bf4e7341777e57ebb8201d1 /graphics/ale | |
parent | 5868b771b0fcac9015e9999a24e198f586cbfb55 (diff) | |
download | freebsd-ports-gnome-203e1b02856fda7821ba5214272240ca29418fca.tar.gz freebsd-ports-gnome-203e1b02856fda7821ba5214272240ca29418fca.tar.zst freebsd-ports-gnome-203e1b02856fda7821ba5214272240ca29418fca.zip |
- Chase fftw3 libver bump
Diffstat (limited to 'graphics/ale')
-rw-r--r-- | graphics/ale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index f7de002c4e4e..aa1310224433 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,7 +8,7 @@ PORTNAME= ale PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -28,7 +28,7 @@ PLIST_FILES= bin/ale .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not build on alpha" +BROKEN= Does not build on alpha .endif .if ${OSVERSION} < 502114 @@ -40,7 +40,7 @@ MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE .endif .if !defined(WITHOUT_FFTW3) -LIB_DEPENDS+= fftw3.3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3.4:${PORTSDIR}/math/fftw3 MAKE_ARGS+= FFTW=1 .endif |