diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-10-20 19:09:46 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-10-20 19:09:46 +0800 |
commit | 94217f10516a7e6b4ace385cbab90a515f555d78 (patch) | |
tree | 7ba88eea16a485ed84a6dc9827239ece0c973ebe /Mk/bsd.default-versions.mk | |
parent | 293bf7c1ec2643ae1c1105ad8fa0d38fc63f667b (diff) | |
download | freebsd-ports-gnome-94217f10516a7e6b4ace385cbab90a515f555d78.tar.gz freebsd-ports-gnome-94217f10516a7e6b4ace385cbab90a515f555d78.tar.zst freebsd-ports-gnome-94217f10516a7e6b4ace385cbab90a515f555d78.zip |
Remove GCC 4.9 as an option. That branch went end-of-life upstream more
than two years ago, summer of 2016.
Diffstat (limited to 'Mk/bsd.default-versions.mk')
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 876322555ab6..f0050e265276 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -42,7 +42,7 @@ FIREBIRD_DEFAULT?= 2.5 FORTRAN_DEFAULT?= gfortran # Possible values: 3.0.4 FPC_DEFAULT?= 3.0.4 -# Possible values: 4.9, 5, 6, 7, 8 +# Possible values: 5, 6, 7, 8 GCC_DEFAULT?= 7 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl |