1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix typo.

Submitted by:	bf <bf2006a@yahoo.com>
This commit is contained in:
Maho Nakata 2009-01-06 05:45:23 +00:00
parent df22f35990
commit 59477d2349
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225313

View File

@ -69,7 +69,7 @@ GCCVERSION_040300= 999999 999999 4.3
# gfortran43 from lang/gcc43 is the default for now.
. if ${USE_FORTRAN} == yes
BUILD_DEPENDS+= gfortran43:${PORTSDIR}/lang/gcc43
RUN_DEPENDS+= gortran43:${PORTSDIR}/lang/gcc43
RUN_DEPENDS+= gfortran43:${PORTSDIR}/lang/gcc43
FC:= gfortran43
F77:= gfortran43
. endif