summaryrefslogtreecommitdiff
path: root/lang/gcc42
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-08-25 15:04:46 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-08-25 15:04:46 +0000
commitddbf2f7d673e7f27812c87cdc1f70b7e6e83f042 (patch)
tree0f68f5d50e1ec02528d2a9f62632ac3f7b712bd8 /lang/gcc42
parent- Update to 0.20 (diff)
Add arm to NOT_FOR_ARCHS. [1]
Remove ABI version numbers for all library dependencies. Reported by: linimon [1]
Notes
Notes: svn path=/head/; revision=303143
Diffstat (limited to 'lang/gcc42')
-rw-r--r--lang/gcc42/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 8fddfb9131b0..7b45a26b389d 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -19,15 +19,15 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.2
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- mpfr.4:${PORTSDIR}/math/mpfr
+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
+ mpfr:${PORTSDIR}/math/mpfr
DEPRECATED= Superseded by GCC 4.6
VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
-NOT_FOR_ARCHS= powerpc
+NOT_FOR_ARCHS= arm powerpc
USE_BISON= build
USE_BZIP2= yes
USE_GMAKE= yes