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

(-)security/scrypt/Makefile (+10 lines)
Lines 21-24 Link Here
21
21
22
MAN1=	scrypt.1
22
MAN1=	scrypt.1
23
23
24
OPTIONS=	SSE2 "Use SSE2-optimized code" Off
25
26
.include <bsd.port.options.mk>
27
28
.if defined(WITH_SSE2)
29
CONFIGURE_ARGS+=	--enable-sse2
30
.else
31
CONFIGURE_ARGS+=	--disable-sse2
32
.endif
33
24
.include <bsd.port.mk>
34
.include <bsd.port.mk>

Return to bug 135064