diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /graphics/ale/Makefile | |
parent | d74ec151602e0abbb6b4eaf00038e0746eae1949 (diff) | |
download | ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.tar.gz ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.zip |
Notes
Diffstat (limited to 'graphics/ale/Makefile')
-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 |