diff options
author | gerald <gerald@FreeBSD.org> | 2018-10-20 19:09:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-10-20 19:09:46 +0800 |
commit | 6ad6f8cfa21ce5e251e6f7a234ea15f2f9cc1762 (patch) | |
tree | 7ba88eea16a485ed84a6dc9827239ece0c973ebe | |
parent | b7ea180faca01283861fc3df2f39910b512f72dc (diff) | |
download | freebsd-ports-gnome-6ad6f8cfa21ce5e251e6f7a234ea15f2f9cc1762.tar.gz freebsd-ports-gnome-6ad6f8cfa21ce5e251e6f7a234ea15f2f9cc1762.tar.zst freebsd-ports-gnome-6ad6f8cfa21ce5e251e6f7a234ea15f2f9cc1762.zip |
Remove GCC 4.9 as an option. That branch went end-of-life upstream more
than two years ago, summer of 2016.
-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 |