diff options
Diffstat (limited to 'comms/usbmuxd/Makefile')
-rw-r--r-- | comms/usbmuxd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index 51435c8589f4..b8c7a48066a4 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= INOTIFY INOTIFY_DESC= Use inotify instead of polling (saves energy) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MINOTIFY} |