diff options
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 02c52fbd38e5..e86077b3eba3 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -38,6 +38,7 @@ ADD_AUDIO_DESC= Emulate more audio hardware (experimental!) ALL_TARGETS_DESC= Also build non-x86 targets OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS +NO_STAGE= yes .include <bsd.port.pre.mk> .if empty(PORT_OPTIONS:MALL_TARGETS) |