View | Details | Raw Unified | Return to bug 170797
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 82-88 Link Here
82
82
83
## kqueue(2) support
83
## kqueue(2) support
84
#
84
#
85
.if ${PORT_OPTIONS:MKQUEUE)
85
.if ${PORT_OPTIONS:MKQUEUE}
86
CONFIGURE_ARGS+=--with-ioloop=kqueue
86
CONFIGURE_ARGS+=--with-ioloop=kqueue
87
.endif
87
.endif

Return to bug 170797