Re: git: a5ade24bb0d7 - main - misc/mc: drop needless run-time dependencies on Aspell and Xlib
- Reply: Eugene Grosbein : "Re: git: a5ade24bb0d7 - main - misc/mc: drop needless run-time dependencies on Aspell and Xlib"
- In reply to: Gleb Popov : "Re: git: a5ade24bb0d7 - main - misc/mc: drop needless run-time dependencies on Aspell and Xlib"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jan 2024 04:02:53 UTC
On Mon, Jan 15, 2024 at 03:23:34PM +0300, Gleb Popov wrote: > On Mon, Jan 15, 2024 at 1:39???PM Alexey Dokuchaev <danfe@freebsd.org> wrote: > > The branch main has been updated by danfe: > > > > +X11_BUILD_DEPENDS= ${LOCALBASE}/include/X11/Xlib.h:x11/libX11 > > There is a little sense to have optionalized BUILD_DEPENDS on such a > tiny dependency as libX11. There is also `post-install-X11-on' target at the bottom of the Makefile. I believe that there still is demand to be able to build the port without any X11 support whatsoever. ./danfe