aboutsummaryrefslogtreecommitdiff
path: root/math/algae
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-05 21:08:41 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-05 21:08:41 +0000
commitb6646f2afe0048824459f60cf05c4492dd1d0b73 (patch)
treed409c82c71da9ddb5a27a4bb9627e882cfd7c6b6 /math/algae
parent7c6331b6274b844192d61f14bbe06698efcad392 (diff)
downloadports-b6646f2afe0048824459f60cf05c4492dd1d0b73.tar.gz
ports-b6646f2afe0048824459f60cf05c4492dd1d0b73.zip
Notes
Diffstat (limited to 'math/algae')
-rw-r--r--math/algae/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index 76a5abcb3ab8..e6725f4a4cf1 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -31,7 +31,11 @@ post-patch:
.include <bsd.port.pre.mk>
.if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64"
-BROKEN= "Configure fails on alpha 5.x and sparc64"
+BROKEN= Configure fails on alpha 5.x and sparc64
+.endif
+
+.if ${OSVERSION} >= 700000
+WITH_FORTRAN= yes
.endif
.include <bsd.port.post.mk>