diff options
Diffstat (limited to 'security/hashcat/Makefile')
-rw-r--r-- | security/hashcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile index 323de4ba43db..2d555b1e327c 100644 --- a/security/hashcat/Makefile +++ b/security/hashcat/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \ USE_GITHUB= yes ALL_TARGET= default -USES= gmake localbase shebangfix +USES= gmake iconv localbase shebangfix SHEBANG_FILES= extra/tab_completion/install USE_CSTD= c99 |