fix typo in comment.
This commit is contained in:
parent
01e3488814
commit
6c2f911a0b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: gcc.mk,v 1.140 2013/06/15 21:52:11 asau Exp $
|
||||
# $NetBSD: gcc.mk,v 1.141 2013/06/15 22:32:18 wiz Exp $
|
||||
#
|
||||
# This is the compiler definition for the GNU Compiler Collection.
|
||||
#
|
||||
|
@ -830,7 +830,7 @@ ${_GCC_${_var_}}:
|
|||
|
||||
# On systems without a Fortran compiler, pull one in if needed.
|
||||
# The default is g95 as it supports a modern dialect, but it can
|
||||
# be overriden in mk.conf to use only f2c.
|
||||
# be overridden in mk.conf to use only f2c.
|
||||
#
|
||||
PKGSRC_FORTRAN?=g95
|
||||
|
||||
|
|
Loading…
Reference in a new issue