1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Move the conflict with lang/gcc from lang/gcc48 to lang/gcc49 now that

we have updated lang/gcc to the GCC 4.9 series.  (The direction from
lang/gcc49 to the respective port already has been addressed.)

PR:		196712
This commit is contained in:
Gerald Pfeifer 2016-11-20 20:34:38 +00:00
parent c1848f4e71
commit 742a14d923
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426624
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif
CONFLICTS= gcc-4.8.*
CPE_VENDOR= gnu
CPE_VERSION= ${GCC_VERSION}

View File

@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif
CONFLICTS= gcc-4.9.*
CPE_VENDOR= gnu
CPE_VERSION= ${GCC_VERSION}