mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a28dedcbe9
SWI contains an emacs plugin. naddy@ mailed me a log where emacs is picked up at configure time, but then emacs is junked before/during the build, causing a build failure. Since I see no easy way to disable the whole plugin, this fixes the build by adding emacs as a build dependency. As far as I can see no part of emacs is linked or dlopen()ed, so this should be sufficient. "sure" naddy@, thanks.