diff options
author | maho <maho@FreeBSD.org> | 2007-07-12 15:29:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-12 15:29:27 +0800 |
commit | 73479c6a710e779eaf28d1df4ae1fbe13f0dc013 (patch) | |
tree | adac727601b60f8b550b7f541508bd41294e0183 /cad/tochnog | |
parent | f8b703f7789532345b2bd106132015d458438aeb (diff) | |
download | freebsd-ports-gnome-73479c6a710e779eaf28d1df4ae1fbe13f0dc013.tar.gz freebsd-ports-gnome-73479c6a710e779eaf28d1df4ae1fbe13f0dc013.tar.zst freebsd-ports-gnome-73479c6a710e779eaf28d1df4ae1fbe13f0dc013.zip |
Now we use USE_FORTRAN=yes to use FORTRAN.
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`/../../.. |