aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-02-01 23:20:23 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-02-01 23:20:23 +0000
commitd09352d85c53ff54c72c30073af7624f38ee96f5 (patch)
treeab8f1004a011cd4e3fd91b06aebc7a72dc9286ba /lang/Makefile
parenta1b5147d089fc0ddba4e2e42fad0ea805b2081c6 (diff)
downloadports-d09352d85c53ff54c72c30073af7624f38ee96f5.tar.gz
ports-d09352d85c53ff54c72c30073af7624f38ee96f5.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.
Notes
Notes: svn path=/head/; revision=99751
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
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