diff options
author | gerald <gerald@FreeBSD.org> | 2005-12-11 22:49:57 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-12-11 22:49:57 +0000 |
commit | b1816e0299ce1df6d9d0a9e6bbf34061a5649a54 (patch) | |
tree | ed2a908ad3b9ea06c7aeefd90cd78b18890576d5 /lang/gcc41 | |
parent | f1b3eae28b8fcc740a9aae2c155cad7a0aa6791f (diff) | |
download | FreeBSD-ports-b1816e0299ce1df6d9d0a9e6bbf34061a5649a54.zip FreeBSD-ports-b1816e0299ce1df6d9d0a9e6bbf34061a5649a54.tar.gz |
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.
Change pkg-plist to avoid hardcoding any version number.
PR: 90253
Diffstat (limited to 'lang/gcc41')
-rw-r--r-- | lang/gcc41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 535c5ea..03da2aa 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 BUILD_DEPENDS= ${LOCALBASE}/lib/libmpfr.a:${PORTSDIR}/math/mpfr .endif -CONFLICTS= gcc-3.3.* gcc-3.4.* gcc-4.0.* +CONFLICTS= gcc-3.3.* gcc-3.4.* gcc-4.0.* gcc-4.2.* LATEST_LINK?= gcc41${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha USE_BISON= yes |