aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2013-11-26 22:13:15 +0800
committergerald <gerald@FreeBSD.org>2013-11-26 22:13:15 +0800
commit823a1ff1d377fcaa16f8db20e42c02ac0012919f (patch)
tree79b7d19f958eb47c2ee6025925274956a7218310 /lang/gcc
parent4899d51396489b06464322728522cb91a68516b8 (diff)
downloadfreebsd-ports-gnome-823a1ff1d377fcaa16f8db20e42c02ac0012919f.tar.gz
freebsd-ports-gnome-823a1ff1d377fcaa16f8db20e42c02ac0012919f.tar.zst
freebsd-ports-gnome-823a1ff1d377fcaa16f8db20e42c02ac0012919f.zip
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.
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.