diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-04-24 09:59:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-24 11:13:27 +0000 |
commit | 4c40e59d33927bdb88d5f685df11724e43e5b9fa (patch) | |
tree | 9ebc98892149fdd1e9c9df46ad6d30e215c17db6 /emulators | |
parent | 3e8fde31e96973b69a691693fee1a95eb35214f6 (diff) | |
download | ports-4c40e59d33927bdb88d5f685df11724e43e5b9fa.tar.gz ports-4c40e59d33927bdb88d5f685df11724e43e5b9fa.zip |
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/citra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index c29528b7c391..76480e5fc2e5 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -24,6 +24,8 @@ LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch LICENSE_FILE_MIT= ${WRKSRC}/externals/enet/LICENSE LICENSE_FILE_OpenSSL= ${WRKSRC}/externals/libressl/COPYING +BROKEN_aarch64= https://github.com/citra-emu/citra/issues/5921 + BUILD_DEPENDS= boost-libs>0:devel/boost-libs USE_GITHUB= yes |