diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-13 23:23:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-13 23:23:58 +0000 |
commit | 055a2a5107a0154f09ea52272e26733c194ed427 (patch) | |
tree | 38d99fa556b343da0d0d57df48387a118ecc656f /math | |
parent | 7282a5e509a12e057e65637346a56af037b5bcd7 (diff) | |
download | ports-055a2a5107a0154f09ea52272e26733c194ed427.tar.gz ports-055a2a5107a0154f09ea52272e26733c194ed427.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/metis-edf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index 329199862787..be4ebe312cef 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -29,6 +29,12 @@ PROGS= kmetis onmetis.exe pmetis MACHINEARCH= ${ARCH} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +WITH_FORTRAN= yes +.endif + pre-configure: .if ${MACHINEARCH} != "i386" @${FIND} ${WRKSRC} -type f -name "*.c" -o -name "*.h" | ${XARGS} \ @@ -56,4 +62,4 @@ post-install: @${ECHO_MSG} "===> Test file installed in ${EXAMPLESDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |