svn commit: r560027 - head/security/softether

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 3 17:50:39 UTC 2021


Author: pkubaj
Date: Sun Jan  3 17:50:38 2021
New Revision: 560027
URL: https://svnweb.freebsd.org/changeset/ports/560027

Log:
  ecurity/softether: enable on powerpc64le

Modified:
  head/security/softether/Makefile

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Sun Jan  3 17:49:21 2021	(r560026)
+++ head/security/softether/Makefile	Sun Jan  3 17:50:38 2021	(r560027)
@@ -13,7 +13,7 @@ COMMENT=	SoftEther VPN 4 (RTM version)
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 
 USES=		dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
 		readline ssl


More information about the svn-ports-all mailing list