summaryrefslogtreecommitdiff
path: root/graphics/ale
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
commit2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch)
tree869b3f75a9d45c170b75fcadb287834b56f72181 /graphics/ale
parent- Update to 3.1.1 (diff)
- Chase fftw3 libver bump
Notes
Notes: svn path=/head/; revision=162087
Diffstat (limited to 'graphics/ale')
-rw-r--r--graphics/ale/Makefile6
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