diff options
author | gerald <gerald@FreeBSD.org> | 2006-02-07 06:16:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-02-07 06:16:03 +0800 |
commit | 8d95233865b86653819fb62a4748af5d94756d10 (patch) | |
tree | 6115834e3281ad1f47c58a7c17d4b277c275e328 /lang/gfortran | |
parent | 1ceedb6915818dc399c391f0ca1d118ad380147b (diff) | |
download | freebsd-ports-gnome-8d95233865b86653819fb62a4748af5d94756d10.tar.gz freebsd-ports-gnome-8d95233865b86653819fb62a4748af5d94756d10.tar.zst freebsd-ports-gnome-8d95233865b86653819fb62a4748af5d94756d10.zip |
Base this port on lang/gcc41 instead of lang/gcc40. The former has not
formally been released yet, but it's very close and Fortran support is so
much better than in the latter, that this seems appropriate.
This is also based on concrete recommendations by a GFortran developer and
a user based on their experiences.
Diffstat (limited to 'lang/gfortran')
-rw-r--r-- | lang/gfortran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 8e3c9be65fa2..9e49020c0a57 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../gcc40/ +MASTERDIR= ${.CURDIR}/../gcc41/ PKGNAMESUFFIX= -withfortran WITH_FORTRAN= yes |