diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-05-30 15:59:56 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-05-30 15:59:56 +0000 |
| commit | cf0825805fec360a7f2e5bc7fcf1a3fe5c75ce3c (patch) | |
| tree | 528c74a6d0e9d70a9da084d0635a605404c256d3 | |
| parent | security/nflib: add BUILD_DEPENDS as:devel/binutils (diff) | |
net/zerotier: 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=537090
| -rw-r--r-- | net/zerotier/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index ee035129a10f..2a9aee556269 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE_BUSINESS= ${WRKSRC}/LICENSE.txt LICENSE_FILE_MIT= ${WRKSRC}/ext/json/LICENSE.MIT LICENSE_PERMS_BUSINESS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BUILD_DEPENDS= as:devel/binutils + USES= gmake compiler:c++14-lang USE_RC_SUBR= zerotier |
