Date: Thu, 18 Feb 2021 16:50:31 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565952 - head/emulators/qemu41 Message-ID: <202102181650.11IGoVFa050769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Feb 18 16:50:31 2021 New Revision: 565952 URL: https://svnweb.freebsd.org/changeset/ports/565952 Log: emulators/qemu41: enable on powerpc64le Modified: head/emulators/qemu41/Makefile Modified: head/emulators/qemu41/Makefile ============================================================================== --- head/emulators/qemu41/Makefile Thu Feb 18 16:37:39 2021 (r565951) +++ head/emulators/qemu41/Makefile Thu Feb 18 16:50:31 2021 (r565952) @@ -20,7 +20,7 @@ LIB_DEPENDS?= libnettle.so:security/nettle \ libepoxy.so:graphics/libepoxy \ libpcre2-8.so:devel/pcre2 -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \ pkgconfig python:build tar:xz xorg USE_XORG= pixman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102181650.11IGoVFa050769>