git: 51d05517f981 - main - graphics/ttyplot: Mark as broken on FreeBSD 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 14:33:28 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=51d05517f981d56411bbaf12919bf85697755508 commit 51d05517f981d56411bbaf12919bf85697755508 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2024-11-04 14:32:17 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-11-04 14:32:55 +0000 graphics/ttyplot: Mark as broken on FreeBSD 13 --- graphics/ttyplot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/ttyplot/Makefile b/graphics/ttyplot/Makefile index 81d81e61764e..7a9bbce083d4 100644 --- a/graphics/ttyplot/Makefile +++ b/graphics/ttyplot/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/tenox7/ttyplot LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= fails to build: Package 'ncursesw' not found + USES= ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= tenox7