diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-21 22:38:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-21 22:38:26 +0000 |
commit | f8ca4b20a30942fcb410f1b55ff9701b7618da22 (patch) | |
tree | 87982304fe5a2bc31092e6e6c68ecc13d2ac0379 /lang/gcc41 | |
parent | - Update to 0.4.0 (diff) |
Update to the 20051220 snapshot of GCC 3.4.6.
Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.
Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
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 34abff554de0..a7af46c6cf59 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.* gcc-4.2.* +CONFLICTS= gcc-3.3.* gcc-4.0.* gcc-4.2.* LATEST_LINK?= gcc41${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha USE_BISON= yes |