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

(-)security/tor-devel/Makefile (-1 / +1 lines)
Lines 89-95 Link Here
89
.endif
89
.endif
90
90
91
.if ${PORT_OPTIONS:MTCMALLOC}
91
.if ${PORT_OPTIONS:MTCMALLOC}
92
CONFIGURE_ARGS+=	--with-tcmalloc
92
CONFIGURE_ARGS+=	--with-malloc=tcmalloc
93
.if ${PORT_OPTIONS:MSTATIC_TOR}
93
.if ${PORT_OPTIONS:MSTATIC_TOR}
94
BUILD_DEPENDS+=		${LOCALBASE}/lib/libtcmalloc.a:devel/google-perftools
94
BUILD_DEPENDS+=		${LOCALBASE}/lib/libtcmalloc.a:devel/google-perftools
95
.else
95
.else

Return to bug 231546