svn commit: r561791 - head/net-im/jicofo

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 17 02:55:41 UTC 2021


Author: pkubaj
Date: Sun Jan 17 02:55:40 2021
New Revision: 561791
URL: https://svnweb.freebsd.org/changeset/ports/561791

Log:
  net-im/jicofo: enable on powerpc64le

Modified:
  head/net-im/jicofo/Makefile

Modified: head/net-im/jicofo/Makefile
==============================================================================
--- head/net-im/jicofo/Makefile	Sun Jan 17 02:50:44 2021	(r561790)
+++ head/net-im/jicofo/Makefile	Sun Jan 17 02:55:40 2021	(r561791)
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven/bin/mvn:devel/maven
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64 powerpc64le
 
 USE_GITHUB=     yes
 GH_ACCOUNT=	jitsi


More information about the svn-ports-all mailing list