lang/mit-scheme: add BUILD_DEPENDS as:devel/binutils

/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.

Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.

PR:		205250
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2020-05-29 00:22:24 +00:00
parent cbaff0f84e
commit 05ba478333
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536828

View File

@ -13,6 +13,8 @@ COMMENT= MIT Scheme: includes runtime, compiler, and edwin binaries
LICENSE= GPLv2
BUILD_DEPENDS= as:devel/binutils
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
USES= gmake