git: 8c6451f78347 - main - net/routinator: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 23:30:34 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c6451f783474903d934c5bfa20d2953c01e3c2a commit 8c6451f783474903d934c5bfa20d2953c01e3c2a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-08-04 22:03:02 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-08-04 23:27:42 +0000 net/routinator: enable on powerpc64le --- net/routinator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/routinator/Makefile b/net/routinator/Makefile index c35e820f4ed4..ee725d7a72f6 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/NLnetLabs/routinator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures RUN_DEPENDS= rsync:net/rsync