mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Revert bogus parts of revision 345909.
This commit is contained in:
parent
260d6903c0
commit
4a3b55d21d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345910
@ -16,7 +16,7 @@ fortran_ARGS= gcc
|
||||
.endif
|
||||
|
||||
.if ${fortran_ARGS} == gcc
|
||||
_GCC_VER= 47
|
||||
_GCC_VER= 46
|
||||
BUILD_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc
|
||||
RUN_DEPENDS+= gfortran${_GCC_VER}:${PORTSDIR}/lang/gcc
|
||||
USE_BINUTILS= yes
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
# Examples:
|
||||
# USE_GCC= yes # port requires a current version of GCC
|
||||
# # (4.7 as of today, subject to change).
|
||||
# # (4.6 as of today, subject to change).
|
||||
# USE_GCC= any # port requires GCC 4.2 or later.
|
||||
# USE_GCC= 4.8+ # port requires GCC 4.8 or later.
|
||||
# USE_GCC= 4.8 # port requires GCC 4.8.
|
||||
|
Loading…
Reference in New Issue
Block a user