svn commit: r568024 - head/net-im/jitsi-videobridge

Piotr Kubaj pkubaj at FreeBSD.org
Wed Mar 10 18:32:11 UTC 2021


Author: pkubaj
Date: Wed Mar 10 18:32:10 2021
New Revision: 568024
URL: https://svnweb.freebsd.org/changeset/ports/568024

Log:
  net-im/jitsi-videobridge: enable on powerpc64le

Modified:
  head/net-im/jitsi-videobridge/Makefile

Modified: head/net-im/jitsi-videobridge/Makefile
==============================================================================
--- head/net-im/jitsi-videobridge/Makefile	Wed Mar 10 18:26:17 2021	(r568023)
+++ head/net-im/jitsi-videobridge/Makefile	Wed Mar 10 18:32:10 2021	(r568024)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven/bin/mvn:devel/maven
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64 powerpc64le
 
 USE_GITHUB=     yes
 GH_PROJECT=     ${PORTNAME}${PKGNAMESUFFIX}


More information about the svn-ports-head mailing list