From 6d18258368d21d65134633d8e186e23967b2b92f Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 4 Nov 2024 15:32:17 +0100 Subject: [PATCH] graphics/ttyplot: Mark as broken on FreeBSD 13 (cherry picked from commit 51d05517f981d56411bbaf12919bf85697755508) --- 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