1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead of

USE_GCC=4.9+.  Among others, this adds an example for the new, single
digit GCC versions.
This commit is contained in:
Gerald Pfeifer 2017-02-01 19:45:32 +00:00
parent b25a297bc7
commit f18a6f4385
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433084

View File

@ -21,7 +21,7 @@
# USE_GCC= yes # port requires a current version of GCC
# # as defined in bsd.default-versions.mk.
# USE_GCC= any # port requires GCC 4.2 or later.
# USE_GCC= 4.9+ # port requires GCC 4.9 or later.
# USE_GCC= 6+ # port requires GCC 6 or later.
# USE_GCC= 4.9 # port requires GCC 4.9.
#
# If you are wondering what your port exactly does, use "make test-gcc"