aboutsummaryrefslogtreecommitdiff
path: root/security/akmos
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-30 15:56:11 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-30 15:56:11 +0000
commit133346be73f808626cdb98aa8347b7e10c1a62ae (patch)
tree96a8f1915e1d9498f147d095c8e75f636d9d7961 /security/akmos
parentd23e1f0a856331e5d56f6ba5cfbc1b396dfae86b (diff)
downloadports-133346be73f808626cdb98aa8347b7e10c1a62ae.tar.gz
ports-133346be73f808626cdb98aa8347b7e10c1a62ae.zip
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
Notes
Notes: svn path=/head/; revision=537088
Diffstat (limited to 'security/akmos')
-rw-r--r--security/akmos/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/akmos/Makefile b/security/akmos/Makefile
index 1bfc986447d5..df6646d2a746 100644
--- a/security/akmos/Makefile
+++ b/security/akmos/Makefile
@@ -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