git: 952218bd6c97 - main - net/pwnat: enable on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 22:50:16 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=952218bd6c9712d9c960120efd59a395c7cf8ba7 commit 952218bd6c9712d9c960120efd59a395c7cf8ba7 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-25 22:44:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-25 22:44:47 +0000 net/pwnat: enable on powerpc --- net/pwnat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pwnat/Makefile b/net/pwnat/Makefile index d6665e6cc0e5..c4b597640430 100644 --- a/net/pwnat/Makefile +++ b/net/pwnat/Makefile @@ -7,7 +7,7 @@ COMMENT= NAT punching tool based on udptunnel LICENSE= GPLv3 -ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= fails to patch while running on embedded systems USES= gmake