git: 2ee2890249ca - main - Makefile.inc1: remove ncurses/form from _prebuild_libs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 17:53:55 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=2ee2890249ca359c1f5ee91f184eac13aec37a77 commit 2ee2890249ca359c1f5ee91f184eac13aec37a77 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-10-16 13:12:16 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-10-17 17:53:45 +0000 Makefile.inc1: remove ncurses/form from _prebuild_libs As of d287d3282f43 libbsddialog has a built-in form implementation and does not need a formw dependency. This reverts commit 483a226238ed8949c6d280ae0757a0683962a74b. Reported by: asiciliano Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 67dce43e5228..68549d91598d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -3038,7 +3038,6 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} \ ${_lib_casper} \ lib/ncurses/tinfo \ lib/ncurses/ncurses \ - lib/ncurses/form \ lib/libpam/libpam lib/libthr \ ${_lib_libradius} lib/libsbuf lib/libtacplus \ lib/libgeom \ @@ -3075,7 +3074,6 @@ _lib_libradius= lib/libradius .endif lib/ncurses/ncurses__L: lib/ncurses/tinfo__L -lib/ncurses/form__L: lib/ncurses/ncurses__L .if ${MK_OFED} != "no" _prebuild_libs+= \