git: 715dbba10f66 - main - shells/yash: add missing USES=ncurses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Aug 2024 17:38:03 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=715dbba10f66a79f175907e8ce912a947783d3b8 commit 715dbba10f66a79f175907e8ce912a947783d3b8 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-08-21 17:36:42 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-08-21 17:37:47 +0000 shells/yash: add missing USES=ncurses --- shells/yash/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shells/yash/Makefile b/shells/yash/Makefile index f7b4166f8e6e..b5cb5f2fd804 100644 --- a/shells/yash/Makefile +++ b/shells/yash/Makefile @@ -1,5 +1,6 @@ PORTNAME= yash DISTVERSION= 2.57 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://github.com/magicant/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -10,7 +11,7 @@ WWW= https://magicant.github.io/yash/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:xz +USES= ncurses tar:xz USE_CSTD= c99 HAS_CONFIGURE= yes