git: b9407a328f31 - main - games/bluemoon: Set NCURSESINC unconditional
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Feb 2026 14:08:36 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9407a328f3152a1a045b57a5d1876ab9c2e9362
commit b9407a328f3152a1a045b57a5d1876ab9c2e9362
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-02-11 10:36:31 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-02-11 13:05:51 +0000
games/bluemoon: Set NCURSESINC unconditional
PR: 293043
Suggested by: Benjamin Takacs, mew14930xvi
---
games/bluemoon/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile
index 61a1f7016e1a..60ed59db5a39 100644
--- a/games/bluemoon/Makefile
+++ b/games/bluemoon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bluemoon
DISTVERSION= 2.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
@@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS
do-build:
cd ${WRKSRC} && \
- ${CC} ${CFLAGS} -DRELEASE=\"${DISTVERSION}\" -I${NCURSESINC} -L${NCURSESLIB} -lncurses -o ${PORTNAME} ${PORTNAME}.c
+ ${CC} ${CFLAGS} -DRELEASE=\"${DISTVERSION}\" -I${NCURSESBASE}/include -L${NCURSESLIB} -lncurses -o ${PORTNAME} ${PORTNAME}.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/