svn commit: r559536 - head/devel/cil

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 29 01:14:50 UTC 2020


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


More information about the svn-ports-all mailing list