diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-12-18 19:06:38 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-12-18 19:06:38 +0000 |
commit | 23b31964fc8f2d63f4d48f00e53898f7778dd202 (patch) | |
tree | f6bbed50c5049f1a2bd5d2077780b458704d81d4 /lang | |
parent | a0b9c235665060baf86ab16dc141afa53115b3d9 (diff) | |
download | ports-23b31964fc8f2d63f4d48f00e53898f7778dd202.tar.gz ports-23b31964fc8f2d63f4d48f00e53898f7778dd202.zip |
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust-bootstrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index f8e7869e9e39..4dae6430264f 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -18,7 +18,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 powerpc64le ONLY_FOR_ARCHS_REASON= untested on other architectures BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \ |