summaryrefslogtreecommitdiff
path: root/Mk/Uses/fortran.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-02-25 00:32:09 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-02-25 00:32:09 +0000
commit260d6903c01228184c574210e6dc17f2bd3f3310 (patch)
treea5865baf84701382bcd97846b34af457c62a4928 /Mk/Uses/fortran.mk
parentlibodfgen is a library for generating documents in Open Document Format (diff)
Reword the documentation at the top of this file.
Sort the FPC_DEFAULT and GCC_DEFAULT entries.
Notes
Notes: svn path=/head/; revision=345909
Diffstat (limited to 'Mk/Uses/fortran.mk')
-rw-r--r--Mk/Uses/fortran.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/fortran.mk b/Mk/Uses/fortran.mk
index 579bec0182cb..64617f5e5d16 100644
--- a/Mk/Uses/fortran.mk
+++ b/Mk/Uses/fortran.mk
@@ -16,7 +16,7 @@ fortran_ARGS= gcc
.endif
.if ${fortran_ARGS} == gcc
-_GCC_VER= 46
+_GCC_VER= 47
BUILD_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc
RUN_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc
USE_BINUTILS= yes