diff options
author | maho <maho@FreeBSD.org> | 2004-02-02 07:20:23 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-02-02 07:20:23 +0800 |
commit | 20b4f7ed1a02029c895c5126a1b8b8eacac6700f (patch) | |
tree | 53baab5153b1eabf18ad90a7795e7afedcbf5f2c /lang/Makefile | |
parent | 9e079d1cd35431bf0ef9e0e7e2af54921a06044f (diff) | |
download | freebsd-ports-gnome-20b4f7ed1a02029c895c5126a1b8b8eacac6700f.tar.gz freebsd-ports-gnome-20b4f7ed1a02029c895c5126a1b8b8eacac6700f.tar.zst freebsd-ports-gnome-20b4f7ed1a02029c895c5126a1b8b8eacac6700f.zip |
Add New port lang/g95 GNU Fortran 90/95 Compiler
from GCC's tree-ssa-20020619-branch and still this
is alpha stage.
you can invoke Fortran by typing gfortran or g95,
Note: gcc-3.5 will include this effort.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index b13a84529c0e..e54392cdbeea 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -55,6 +55,7 @@ SUBDIR += fpc SUBDIR += fpc-devel SUBDIR += freetxl + SUBDIR += g95 SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc27 |