diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-02-11 01:20:08 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-02-11 01:20:08 +0000 |
commit | f02982c69908521a0a799cdef90d8d8776db41e0 (patch) | |
tree | 967a9ca5cf71990e3cca693c64782e309238e7d7 /lang/Makefile | |
parent | Manually add each publicId of the DocBook 4.1.2 collection to the ports (diff) |
Move lang/g95 -> lang/gfortran
change to appropriate name
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
PR : 62287 (repocopy request)
Thanks to : joe, adam
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e54392cdbeea..7c379ea7f338 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -55,7 +55,6 @@ SUBDIR += fpc SUBDIR += fpc-devel SUBDIR += freetxl - SUBDIR += g95 SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc27 @@ -69,6 +68,7 @@ SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth + SUBDIR += gfortran SUBDIR += ghc SUBDIR += ghc-doc SUBDIR += ghc5 |