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 /misc | |
| parent | 3556bb222640f4cf6dd22a59542fafdf5ffbd934 (diff) | |
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ipbt/Makefile | 2 | ||||
| -rw-r--r-- | misc/mdp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index b5eb49c57ce2..d92e04eb3548 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -12,7 +12,7 @@ COMMENT= High-tech ttyrec player with improvements over ttyplay USES= ncurses perl5 shebangfix ALL_TARGET= ${PORTNAME} -MAKE_ARGS= LFLAGS="${LDFLAGS}" NCURSES_LIB=-l${NCURSES_IMPL} +MAKE_ARGS= LFLAGS="${LDFLAGS}" NCURSES_LIB="${NCURSESLIBS} PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump man/man1/ipbt.1.gz SHEBANG_FILES= sbcsgen.pl Makefile ttygrep ttydump diff --git a/misc/mdp/Makefile b/misc/mdp/Makefile index bd693fa3115f..6592b360d4c0 100644 --- a/misc/mdp/Makefile +++ b/misc/mdp/Makefile @@ -14,7 +14,7 @@ USES= gmake ncurses USE_GITHUB= yes GH_ACCOUNT= visit1985 -MAKE_ARGS= CURSES=${NCURSES_IMPL} +MAKE_ARGS= LDLIBS="${NCURSESLIBS}" PLIST_FILES= bin/mdp \ share/man/man1/mdp.1.gz |
