git: 5abafe4aa0b8 - main - bsddialog, mark the lib as dependent on ncurses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 15:49:03 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=5abafe4aa0b82a3ce96425b016641324c290a8b4 commit 5abafe4aa0b82a3ce96425b016641324c290a8b4 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-11-24 15:47:39 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-24 15:48:44 +0000 bsddialog, mark the lib as dependent on ncurses --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile b/lib/Makefile index 3af6b938ee74..2cba5feaee19 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -117,6 +117,7 @@ SUBDIR_DEPEND_geom= libufs SUBDIR_DEPEND_googletest= libregex SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd SUBDIR_DEPEND_libauditdm= libbsm +SUBDIR_DEPEND_libbsddialog= ncurses SUBDIR_DEPEND_libbsnmp= ${_libnetgraph} SUBDIR_DEPEND_libc++:= libcxxrt # libssp_nonshared doesn't need to be linked into libc on every arch, but it is