diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-22 07:52:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-22 07:52:37 +0800 |
commit | d92159e623f6d6aa22976afecb662f299f46dc25 (patch) | |
tree | 43e3e96b51c1b5ffe0081b680c450409ce4bb954 /audio/py-karaoke | |
parent | 173ef5b72bc329eaf5be116b2994334e00137d30 (diff) | |
download | freebsd-ports-gnome-d92159e623f6d6aa22976afecb662f299f46dc25.tar.gz freebsd-ports-gnome-d92159e623f6d6aa22976afecb662f299f46dc25.tar.zst freebsd-ports-gnome-d92159e623f6d6aa22976afecb662f299f46dc25.zip |
Mark as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/py-karaoke')
-rw-r--r-- | audio/py-karaoke/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index fdc53f97cf80..68c651d2f01c 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -14,6 +14,8 @@ COMMENT= Python karaoke application (Plays CD+G, MP3+G, OGG+G files) LICENSE= LGPL21+ +BROKEN_aarch64= fails to build: Signal 11 + BUILD_DEPENDS= ${PYGAME} \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libaa.so:graphics/aalib |