aboutsummaryrefslogtreecommitdiff
path: root/security/scrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/scrypt/Makefile')
-rw-r--r--security/scrypt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index 38fd158cc2aa..dda239045f89 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -20,6 +20,7 @@ MAN1= scrypt.1
OPTIONS_DEFINE= SSE2
SSE2_DESC= Use SSE2-optimized code
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSE2}