--- ./target-ethos/Makefile.orig 2014-01-13 00:26:29.000000000 -0500 +++ ./target-ethos/Makefile 2014-03-16 21:57:02.000000000 -0400 @@ -27,9 +27,9 @@ ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao ruby += input.udev input.sdl input.x else ifeq ($(platform),bsd) - ruby := video.glx - ruby += audio.openal audio.oss - ruby += input.x + ruby := %%VIDEO%% + ruby += %%AUDIO%% + ruby += %%INPUT%% endif # phoenix