View | Details | Raw Unified | Return to bug 104808 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 31-37 Link Here
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
32
32
33
.if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64"
33
.if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64"
34
BROKEN=		"Configure fails on alpha 5.x and sparc64"
34
BROKEN=		Configure fails on alpha 5.x and sparc64
35
.endif
36
37
.if ${OSVERSION} >= 700000
38
WITH_FORTRAN=	yes
35
.endif
39
.endif
36
40
37
.include <bsd.port.post.mk>
41
.include <bsd.port.post.mk>

Return to bug 104808