svn commit: r568533 - head/net/charm

Piotr Kubaj pkubaj at FreeBSD.org
Tue Mar 16 00:58:23 UTC 2021


Author: pkubaj
Date: Tue Mar 16 00:58:23 2021
New Revision: 568533
URL: https://svnweb.freebsd.org/changeset/ports/568533

Log:
  net/charm: enable on powerpc64le

Modified:
  head/net/charm/Makefile

Modified: head/net/charm/Makefile
==============================================================================
--- head/net/charm/Makefile	Tue Mar 16 00:46:20 2021	(r568532)
+++ head/net/charm/Makefile	Tue Mar 16 00:58:23 2021	(r568533)
@@ -16,7 +16,7 @@ LICENSE_NAME=	Charm++/Converse License
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	none # No redistribution is allowed, no commercial use: commercial use requires a commercial license
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Not clear if it can be built on other architectures
 
 FETCH_DEPENDS=	git:devel/git


More information about the svn-ports-head mailing list