diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-22 00:47:46 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-22 00:47:46 +0000 |
commit | f369fc50b4bc429e3a7c817866f72e3812362ef0 (patch) | |
tree | e0e5dff27c8b945597e4dd4d90e9fb55c00540dd /lang/gcc43 | |
parent | 31ab3571c9a52338b2641f1f3cb4c040e9da0b64 (diff) | |
download | ports-f369fc50b4bc429e3a7c817866f72e3812362ef0.tar.gz ports-f369fc50b4bc429e3a7c817866f72e3812362ef0.zip |
Notes
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 8232cedc1073..4dbb0af31c6f 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 BUILD_DEPENDS= ${LOCALBASE}/lib/libmpfr.a:${PORTSDIR}/math/mpfr .endif -CONFLICTS= gcc-4.0.* gcc-4.1.* +CONFLICTS= gcc-4.1.* LATEST_LINK?= gcc42${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha USE_BISON= yes |