diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-26 01:00:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-26 01:00:24 +0000 |
commit | 062557313a6c56605f28267624c2b9f7e911772a (patch) | |
tree | da8bc7e1831b377fd27bca4ec79f95f0f8155247 | |
parent | f56316f32e2d7a450f115a3d4b8915691f073901 (diff) |
Notes
-rw-r--r-- | audio/beatslash-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/beatslash-lv2/Makefile b/audio/beatslash-lv2/Makefile index 6bb064a4ca72..dedbc418ebd1 100644 --- a/audio/beatslash-lv2/Makefile +++ b/audio/beatslash-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= LV2 plugins to mangle, slash, repeat and do much more with your beats LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: FileNotFoundError: [Errno 2] No such file or directory + BUILD_DEPENDS= lv2>0:audio/lv2 \ lvtk>0:audio/lvtk LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |