diff options
author | gerald <gerald@FreeBSD.org> | 2012-08-25 23:04:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-08-25 23:04:46 +0800 |
commit | 8736c8a3e1909955369cc1162a107208f0652dcd (patch) | |
tree | 0f68f5d50e1ec02528d2a9f62632ac3f7b712bd8 /lang/gcc42 | |
parent | 78d048b6214ccad574162ce62b9ecb627d967407 (diff) | |
download | freebsd-ports-gnome-8736c8a3e1909955369cc1162a107208f0652dcd.tar.gz freebsd-ports-gnome-8736c8a3e1909955369cc1162a107208f0652dcd.tar.zst freebsd-ports-gnome-8736c8a3e1909955369cc1162a107208f0652dcd.zip |
Add arm to NOT_FOR_ARCHS. [1]
Remove ABI version numbers for all library dependencies.
Reported by: linimon [1]
Diffstat (limited to 'lang/gcc42')
-rw-r--r-- | lang/gcc42/Makefile | 6 |
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 |