diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 17:27:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 20:49:18 +0000 |
commit | b45c4ca644dfb2a214fbe6da13d78b24d01b486f (patch) | |
tree | 4635fc16cf2dc033a89bb360df341babc453d36f | |
parent | f95ede440404f1fe21f3a39de446dd41bb0866f9 (diff) |
games/libretro-core-info: mark BROKEN
Approved by: portmgr blanket
-rw-r--r-- | games/libretro-core-info/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/libretro-core-info/Makefile b/games/libretro-core-info/Makefile index f73880526395..950b1e180bf2 100644 --- a/games/libretro-core-info/Makefile +++ b/games/libretro-core-info/Makefile @@ -9,6 +9,8 @@ COMMENT= Metadata about libretro cores LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not build: broken plist + USE_GITHUB= yes GH_ACCOUNT= libretro |