Unbreak arm-none-eabi-gcc

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2014-10-25 10:55:14 +00:00
parent 9a773f1850
commit b7dfd207cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371473

View file

@ -22,8 +22,8 @@ PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr \
libmpc.so:${PORTSDIR}/math/mpc
BUILD_DEPENDS= ${PKGNAMEPREFIX}${OPSYS:tl}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
RUN_DEPENDS= ${PKGNAMEPREFIX}${OPSYS:tl}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
BUILD_DEPENDS= ${BU_PREFIX}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
RUN_DEPENDS= ${BU_PREFIX}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/build-gcc