diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-11-19 22:44:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-11-19 22:44:45 +0000 |
commit | 785266d1fa43e4ea01323fd2050e5ec4b77dc722 (patch) | |
tree | bf89ee03b47fe6a8fd79546c8b8711424432e795 /lang/gcc48 | |
parent | 898f1c71aff7f33b758a1f0fd889fd83d684db7b (diff) | |
download | ports-785266d1fa43e4ea01323fd2050e5ec4b77dc722.tar.gz ports-785266d1fa43e4ea01323fd2050e5ec4b77dc722.zip |
Notes
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 6bcec328f7c2..ceb4ecfe1ddb 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ |