From 20b4f7ed1a02029c895c5126a1b8b8eacac6700f Mon Sep 17 00:00:00 2001 From: maho Date: Sun, 1 Feb 2004 23:20:23 +0000 Subject: 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. --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/Makefile') 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 -- cgit