diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-16 17:42:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-16 17:42:09 +0000 |
commit | 27963d8b9094f682e80638bf94a45bdcb3129ca7 (patch) | |
tree | f4725d4546e6767e36a397dc130d08b6ce1efb2b /games | |
parent | 8f984519d62f696dfc51d344064f5d7da7951444 (diff) | |
download | ports-27963d8b9094f682e80638bf94a45bdcb3129ca7.tar.gz ports-27963d8b9094f682e80638bf94a45bdcb3129ca7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/freesweep/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |