Date: Fri, 8 Oct 2021 09:00:55 GMT From: =?utf-8?Q?Ulrich Sp=C3=B6rlein?= <uqs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 1b18cfa4f012 - 2021Q4 - misc/ipbt: Fix build breakage after 266130ce71ef Message-ID: <202110080900.19890tlt036264@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by uqs: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b18cfa4f0127d763df2dad92ffe2bf70128c2bd commit 1b18cfa4f0127d763df2dad92ffe2bf70128c2bd Author: Ulrich Spörlein <uqs@FreeBSD.org> AuthorDate: 2021-10-07 10:59:29 +0000 Commit: Ulrich Spörlein <uqs@FreeBSD.org> CommitDate: 2021-10-08 09:00:22 +0000 misc/ipbt: Fix build breakage after 266130ce71ef (cherry picked from commit 354ce3e6dc82448b43425dcb974241749fa9b0e0) --- misc/ipbt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index d92e04eb3548..ff2cb40ef5b6 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="${NCURSESLIBS} +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080900.19890tlt036264>