aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-11-26 14:13:15 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-11-26 14:13:15 +0000
commit52640bd401842b5566b250504cd50c9114922472 (patch)
tree79b7d19f958eb47c2ee6025925274956a7218310 /lang/gcc
parentb4dbc62588c2dd28a0fc058667a593fae4fe5414 (diff)
Change PORTNAME for lang/gcc46 from gcc to gcc46 to match the actual
name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. And it finally allows for a simple and proper CONFLICTS between lang/gcc and lang/gcc46.
Notes
Notes: svn path=/head/; revision=334934
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 1c4cb3bb8cfa..bed7e94bde34 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
.endif
-CONFLICTS= gcc-4.6.4*,1
+CONFLICTS= gcc46*
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed.