diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile index 3ca041e3fa49..e9822144fd1e 100644 --- a/games/freesweep/Makefile +++ b/games/freesweep/Makefile @@ -12,6 +12,9 @@ COMMENT= Minesweeper-style game for text-mode terminals LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: CharSet +BROKEN_FreeBSD_14= ld: error: duplicate symbol: CharSet + USE_GITHUB= yes GH_ACCOUNT= rwestlund