- Edited
netbsdX-riscv64$ cd /usr/pkg/src/editors/emacs28
netbsdX-riscv64$ make package
ERROR: This package has set PKG_FAIL_REASON:
ERROR: emacs28-28.2nb7 uses X11, but /usr/X11R7 not found
*** Error code 1
Stop.
make: stopped in /usr/pkg/src/editors/emacs28
netbsdX-riscv64$ make show-options
Any of the following general options may be selected:
dbus Enable dbus (desktop bus) support.
gnutls Enable GNU TLS support.
imagemagick Use ImageMagick as imaging library.
jansson Enable JSON support using the jansson library.
svg Enable SVG support.
xaw3d Enable Xaw3D support.
xml Enable XML support.
At most one of the following window-system options may be selected:
nextstep Enable Cocoa or GNUstep support.
x11 Enable X11 support.
At most one of the following toolkit options may be selected:
gtk Enable support for GTK.
gtk2 Enable support for GTK2.
gtk3 Enable support for GTK3.
motif Enable motif support.
xaw Enable Xaw support.
These options are enabled by default:
dbus gnutls gtk3 jansson x11 xml
These options are currently enabled:
dbus gnutls jansson xml
You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or PKG_OPTIONS.emacs.
netbsdX-riscv64$ █
So building emacs with -x11
still requires the xsets being installed?