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

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 16:06:27 UTC 2021


Author: pkubaj
Date: Wed Jan 13 16:06:26 2021
New Revision: 561484
URL: https://svnweb.freebsd.org/changeset/ports/561484

Log:
  net-im/jicofo: enable on powerpc64
  
  MFH:		2021Q1

Modified:
  head/net-im/jicofo/Makefile

Modified: head/net-im/jicofo/Makefile
==============================================================================
--- head/net-im/jicofo/Makefile	Wed Jan 13 16:03:13 2021	(r561483)
+++ head/net-im/jicofo/Makefile	Wed Jan 13 16:06:26 2021	(r561484)
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven/bin/mvn:devel/maven
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64
 
 USE_GITHUB=     yes
 GH_ACCOUNT=	jitsi


More information about the svn-ports-all mailing list