Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 11:01:42 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-main@FreeBSD.org
Subject:   git: 354ce3e6dc82 - main - misc/ipbt: Fix build breakage after 266130ce71ef
Message-ID:  <202110071101.197B1g6V073107@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110071101.197B1g6V073107>