git: 354ce3e6dc82 - main - misc/ipbt: Fix build breakage after 266130ce71ef
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 11:01:42 UTC
The branch main has been updated by uqs: URL: https://cgit.FreeBSD.org/ports/commit/?id=354ce3e6dc82448b43425dcb974241749fa9b0e0 commit 354ce3e6dc82448b43425dcb974241749fa9b0e0 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-07 10:59:29 +0000 misc/ipbt: Fix build breakage after 266130ce71ef --- 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