comms/syncterm: 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)
This commit is contained in:
parent
7a157a96a3
commit
f4e9c92ad2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536825
@ -11,6 +11,8 @@ COMMENT= ANSI-BBS terminal which supports telnet, rlogin, and SSH
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= as:devel/binutils
|
||||
|
||||
WRKSRC= ${WRKDIR}/syncterm-${PORTVERSION}/src/syncterm
|
||||
USES= gmake perl5 tar:tgz
|
||||
USE_PERL5= build
|
||||
|
Loading…
Reference in New Issue
Block a user