git: c9a3228b3058 - main - devel/cil: enable on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:56 UTC 2021


The branch main has been updated by pkubaj:

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

commit c9a3228b30582678ce4ccb7981fb0b548d7614fc
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:42:01 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:42:01 +0000

    devel/cil: enable on powerpc
---
 devel/cil/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/cil/Makefile b/devel/cil/Makefile
index 443905c41976..a49e02ac7964 100644
--- a/devel/cil/Makefile
+++ b/devel/cil/Makefile
@@ -16,7 +16,7 @@ CONFLICTS=	ccured-[0-9]*
 
 BUILD_DEPENDS=	ocamlbuild:devel/ocaml-ocamlbuild
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	i386 amd64 powerpc powerpc64 powerpc64le
 USES=		gmake perl5
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes


More information about the dev-commits-ports-main mailing list