https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291602
--- Comment #8 from b-aaz <[email protected]> --- (In reply to ykla from comment #7) That is expected behavior, it will pull in that driver in BUILD_TIME in either case. The important distinction is whether it depends on it in RUN_TIME by default (i.e. in the resulting packages installed by pkg). In its current form the resulting packages hitting the pkg repositories will have a RUN_TIME dependency on xf86-input-libinput, because the "X11" option is turned on by default. The runtime dependency, as I said in the above message, will cause this port to conflict with XLibre and prompt XLibre users to uninstall their display server when trying to install KDE. -- You are receiving this mail because: You are the assignee for the bug.
