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

(-)Makefile (-1 / +4 lines)
Lines 47-53 Link Here
47
		--with-user=${USERS} \
47
		--with-user=${USERS} \
48
		--with-group=${GROUPS}
48
		--with-group=${GROUPS}
49
49
50
OPTIONS_DEFINE=	DOCS INTERIM WCCP
50
OPTIONS_DEFINE=	DOCS INTERIM WCCP SPDY
51
OPTIONS_RADIO=	MEMMAN
51
OPTIONS_RADIO=	MEMMAN
52
OPTIONS_RADIO_MEMMAN=	ALLOCATORS FREELISTS RECLAIM
52
OPTIONS_RADIO_MEMMAN=	ALLOCATORS FREELISTS RECLAIM
53
OPTIONS_DEFAULT=	FREELISTS
53
OPTIONS_DEFAULT=	FREELISTS
Lines 57-65 Link Here
57
ALLOCATORS_DESC=	Manage memory with allocators
57
ALLOCATORS_DESC=	Manage memory with allocators
58
FREELISTS_DESC=	Manage memory with freelists
58
FREELISTS_DESC=	Manage memory with freelists
59
RECLAIM_DESC=	Reclaim unused memory in freelists
59
RECLAIM_DESC=	Reclaim unused memory in freelists
60
SPDY_DESC=      Enable SPDY
60
61
61
WCCP_CONFIGURE_ENABLE=	wccp
62
WCCP_CONFIGURE_ENABLE=	wccp
62
INTERIM_CONFIGURE_ENABLE=	interim-cache
63
INTERIM_CONFIGURE_ENABLE=	interim-cache
64
SPDY_CONFIGURE_ENABLE= spdy
65
SPDY_LIB_DEPENDS = libspdylay.so:${PORTSDIR}/www/spdylay
63
66
64
.include <bsd.port.options.mk>
67
.include <bsd.port.options.mk>
65
68

Return to bug 201563