From 266130ce71ef2f1cd944a70789bf003da3254c29 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 23 Sep 2021 18:18:56 +0200 Subject: ncurses: fix build with futur base and ports ncurses in preparation for the split in base of libtinfo and libncurses, clearly specify when the packages should link against. Note this also fixes the build with ports ncurses --- games/tty-solitaire/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/tty-solitaire') diff --git a/games/tty-solitaire/Makefile b/games/tty-solitaire/Makefile index a6f66bf1ddfa..4634011c225a 100644 --- a/games/tty-solitaire/Makefile +++ b/games/tty-solitaire/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= mpereira USES= gmake ncurses TEST_TARGET= test -MAKE_ARGS= NCURSES=-l${NCURSES_IMPL} +MAKE_ARGS= NCURSES="${NCURSESLIBS}" PORTDOCS= * PLIST_FILES= bin/ttysolitaire -- cgit v1.2.3