diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-14 00:06:26 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-14 00:06:26 +0800 |
commit | 9debf54e5fef0155cfcf9c7408e8b4497e7aadd4 (patch) | |
tree | 8075178b5afdcf187e84737e48570aac8eec6e8e /net-im | |
parent | 3b04aa7423a32f6dab34b3cffe227da8c710f613 (diff) | |
download | freebsd-ports-gnome-9debf54e5fef0155cfcf9c7408e8b4497e7aadd4.tar.gz freebsd-ports-gnome-9debf54e5fef0155cfcf9c7408e8b4497e7aadd4.tar.zst freebsd-ports-gnome-9debf54e5fef0155cfcf9c7408e8b4497e7aadd4.zip |
net-im/jicofo: enable on powerpc64
MFH: 2021Q1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jicofo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jicofo/Makefile b/net-im/jicofo/Makefile index 2140562cd858..dbaa8ab95b24 100644 --- a/net-im/jicofo/Makefile +++ b/net-im/jicofo/Makefile @@ -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 |