diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:29:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:29:27 +0000 |
commit | 9e03dca3d7e2da3be28cf7f90266fd28458d51ab (patch) | |
tree | 3c0d0b06994e7779eb292de8ddde6ae8642759cf /cad/tochnog | |
parent | e3e1a15c9c1f83f350e19ed15bf26a17c57d3792 (diff) |
Notes
Diffstat (limited to 'cad/tochnog')
-rw-r--r-- | cad/tochnog/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index 3cbf7b2550b1..ca7a99bf9852 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -58,10 +58,7 @@ SUPERLU= superlu ALL_TARGET= freebsd_old .endif -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FORTRANLIBS= -lgfortranbegin -lgfortran GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. |