1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

emulators/qemu-devel: enable on powerp64le

Additionally, add bash to BUILD_DEPENDS.
It looks like, at least, on powerpc64le, bash is required to build.

Approved by:	tier 2 blanket
This commit is contained in:
Piotr Kubaj 2021-02-18 13:37:32 +00:00
parent a07da80d8d
commit 3348c50cca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565934

View File

@ -12,10 +12,11 @@ COMMENT= QEMU CPU Emulator - development version
LICENSE= GPLv2
ONLY_FOR_ARCHS= amd64 powerpc powerpc64
ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64 powerpc64le
IGNORE_FreeBSD_11= Unable to produce Position Independent Code
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \
bash:shells/bash
LIB_DEPENDS= libnettle.so:security/nettle \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \