Date: Tue, 15 Jun 2021 08:42:54 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: c9a3228b3058 - main - devel/cil: enable on powerpc Message-ID: <202106150842.15F8gseT066332@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=c9a3228b30582678ce4ccb7981fb0b548d7614fc commit c9a3228b30582678ce4ccb7981fb0b548d7614fc Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-15 08:42:01 +0000 Commit: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106150842.15F8gseT066332>