aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gfortran
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2006-02-07 06:16:03 +0800
committergerald <gerald@FreeBSD.org>2006-02-07 06:16:03 +0800
commit8d95233865b86653819fb62a4748af5d94756d10 (patch)
tree6115834e3281ad1f47c58a7c17d4b277c275e328 /lang/gfortran
parent1ceedb6915818dc399c391f0ca1d118ad380147b (diff)
downloadfreebsd-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/Makefile2
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