1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix building on 7.x by adding WITH_FORTRAN.

PR:		ports/104808
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer)
This commit is contained in:
Alejandro Pulver 2006-11-05 21:08:41 +00:00
parent 7c6331b627
commit b6646f2afe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176547

View File

@ -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>