diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-09-29 22:26:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-09-29 22:26:36 +0000 |
commit | 69fcfbe96216c62e69c401702c19c04633051aa2 (patch) | |
tree | 0060f4da7bcf0e7a6a934b861f255c09f412559f /lang/gcc48 | |
parent | 144b963c2c6601c451aa795e3e8084b467a5f99f (diff) | |
download | ports-69fcfbe96216c62e69c401702c19c04633051aa2.tar.gz ports-69fcfbe96216c62e69c401702c19c04633051aa2.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 652ae366ea60..568ac9fb2eac 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 6 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ |