Date: Tue, 29 Dec 2020 01:14:49 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559536 - head/devel/cil Message-ID: <202012290114.0BT1EnRU046794@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Dec 29 01:14:49 2020 New Revision: 559536 URL: https://svnweb.freebsd.org/changeset/ports/559536 Log: devel/cil: enable on powerpc64 Modified: head/devel/cil/Makefile Modified: head/devel/cil/Makefile ============================================================================== --- head/devel/cil/Makefile Tue Dec 29 00:29:02 2020 (r559535) +++ head/devel/cil/Makefile Tue Dec 29 01:14:49 2020 (r559536) @@ -17,7 +17,7 @@ CONFLICTS= ccured-[0-9]* BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 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?202012290114.0BT1EnRU046794>