1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Use binutils port on FreeBSD/ia64.

PR:		ports/187814
This commit is contained in:
Tijl Coosemans 2014-03-26 17:28:18 +00:00
parent ed7127a511
commit 3f0dccddca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349270

View File

@ -25,7 +25,7 @@ PLIST_SUB= VERSION="1.0"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900033
.if ${OSVERSION} < 900033 || ${ARCH} == ia64
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin
.endif