git: 1f22ff7b7f74 - main - security/softether: enable on armv7 and powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:53 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f22ff7b7f7418857c3ffd59a989f1525f32ae83
commit 1f22ff7b7f7418857c3ffd59a989f1525f32ae83
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:57 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:57 +0000
security/softether: enable on armv7 and powerpc
---
security/softether/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/softether/Makefile b/security/softether/Makefile
index 825c93ae2db4..165d85a3fc8c 100644
--- a/security/softether/Makefile
+++ b/security/softether/Makefile
@@ -11,7 +11,7 @@ COMMENT= SoftEther VPN 4 (RTM version)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le
USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
readline ssl
More information about the dev-commits-ports-all
mailing list