diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-02 10:54:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-02 10:54:21 +0000 |
commit | 35753a5a81c3d296fd9fee60eb52879a96a880ab (patch) | |
tree | 9d570e2efaee21107458ce8b97516baf4de96780 /science | |
parent | eb0d1bf28de400be218144f3c39b1089577d53c4 (diff) |
Remove obsolete comment.
Approved by: thierry
Notes
Notes:
svn path=/head/; revision=227441
Diffstat (limited to 'science')
-rw-r--r-- | science/ncs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index 116bbacf7454..14a7c230b478 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -28,7 +28,7 @@ MAKE_ENV= NOM_ARCH=${OPSYS} CS_HOME=${WRKSRC} CS_MPI_PATH=${MPI_HOME}/bin \ PTHREAD_LIBS=${PTHREAD_LIBS} TERM=${TERM} \ MPI_HOME=${MPI_HOME} MPI_LIBS="${MPI_LIBS}" -USE_FORTRAN= yes #dummy but future use +USE_FORTRAN= yes FORTRANLIBDIR= `${DIRNAME} \\`${FC} -print-libgcc-file-name\\`` FORTRANLIBDIR2= `${DIRNAME} \\`${FC} -print-libgcc-file-name\\``/../../../ |