git: 32b3ec1883f3 - main - games/bluemoon: Switch to ncurses:base
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 18:18:31 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=32b3ec1883f39d8d5fcb4ec827cdf249350f5e16
commit 32b3ec1883f39d8d5fcb4ec827cdf249350f5e16
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-02-10 18:13:44 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-02-10 18:13:44 +0000
games/bluemoon: Switch to ncurses:base
Port fails to build when ncurses port is present on system.
Let's use ncurses:base from the time being.
PR: 293043
---
games/bluemoon/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile
index 0759cf52b96a..61a1f7016e1a 100644
--- a/games/bluemoon/Makefile
+++ b/games/bluemoon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bluemoon
DISTVERSION= 2.13
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
@@ -10,7 +11,7 @@ WWW= http://www.catb.org/~esr/bluemoon/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= ncurses
+USES= ncurses:base
PLIST_FILES= bin/${PORTNAME} \
share/applications/${PORTNAME}.desktop \