1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

security/akmos: 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 [exp-run]
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2020-05-30 15:56:11 +00:00
parent d23e1f0a85
commit 133346be73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537088

View File

@ -11,6 +11,8 @@ COMMENT= Cryptographic library with low footprint
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= as:devel/binutils
USES= cmake compiler:c++11-lang
USE_GITHUB= yes