diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 16:18:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 16:22:54 +0000 |
commit | 266130ce71ef2f1cd944a70789bf003da3254c29 (patch) | |
tree | 9d1d11a998d94ba964697fc8d56f65eed716d239 /games/tty-solitaire | |
parent | 3556bb222640f4cf6dd22a59542fafdf5ffbd934 (diff) |
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
Diffstat (limited to 'games/tty-solitaire')
-rw-r--r-- | games/tty-solitaire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |