git: 3c238158dec3 - main - sysutils/mtm: Fix build on older releases
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 10:14:22 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c238158dec37307a2fa384d447efaccb2862647 commit 3c238158dec37307a2fa384d447efaccb2862647 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-13 10:13:31 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-13 10:14:14 +0000 sysutils/mtm: Fix build on older releases --- sysutils/mtm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/mtm/Makefile b/sysutils/mtm/Makefile index ceabfdf3d2cd..559f7438d31c 100644 --- a/sysutils/mtm/Makefile +++ b/sysutils/mtm/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= deadpixi MAKE_ENV= DESTDIR="${DESTDIR}${PREFIX}" CFLAGS+= -I${NCURSESINC} ${CPPFLAGS} -LIBS+= -L${NCURSESLIB} -ltinfow -lutil +LIBS+= -L${NCURSESLIB} -lncurses -lutil BINARY_ALIAS= strip=true