svn commit: r560010 - head/devel/cil

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 3 15:06:52 UTC 2021


Author: pkubaj
Date: Sun Jan  3 15:06:52 2021
New Revision: 560010
URL: https://svnweb.freebsd.org/changeset/ports/560010

Log:
  devel/cil: enable on powerpc64le

Modified:
  head/devel/cil/Makefile

Modified: head/devel/cil/Makefile
==============================================================================
--- head/devel/cil/Makefile	Sun Jan  3 14:38:52 2021	(r560009)
+++ head/devel/cil/Makefile	Sun Jan  3 15:06:52 2021	(r560010)
@@ -17,7 +17,7 @@ CONFLICTS=	ccured-[0-9]*
 
 BUILD_DEPENDS=	ocamlbuild:devel/ocaml-ocamlbuild
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64 powerpc64le
 USES=		gmake perl5
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes


More information about the svn-ports-all mailing list