diff options
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index fd8171cea9ee..8ab3291a8edf 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -24,6 +24,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif +CONFLICTS= gcc-4.7.* + # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. A PORTVERSION of # 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y |