Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 17:56:22 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 73df8ca2a337 - main - security/ike: enable on powerpc64le
Message-ID:  <202110071756.197HuMvw020742@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73df8ca2a337db840c335607161a45c70c558a80

commit 73df8ca2a337db840c335607161a45c70c558a80
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-07 17:54:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-07 17:54:00 +0000

    security/ike: enable on powerpc64le
---
 security/ike/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/ike/Makefile b/security/ike/Makefile
index 6a7afbc905a9..0050db98cd92 100644
--- a/security/ike/Makefile
+++ b/security/ike/Makefile
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-release
 MAINTAINER=	mgrooms@shrew.net
 COMMENT=	Shrew Soft IKE daemon and client tools
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le
 
 USE_RC_SUBR=	iked
 USES=		bison cmake:insource libedit localbase:ldflags tar:tbz2 ssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110071756.197HuMvw020742>