svn commit: r443471 - head/security/hashcat

Nikolai Lifanov lifanov at FreeBSD.org
Mon Jun 12 21:53:06 UTC 2017


Author: lifanov
Date: Mon Jun 12 21:53:05 2017
New Revision: 443471
URL: https://svnweb.freebsd.org/changeset/ports/443471

Log:
  fix build with libiconv installed by USES=iconv
  
  PR:		219937
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>

Modified:
  head/security/hashcat/Makefile

Modified: head/security/hashcat/Makefile
==============================================================================
--- head/security/hashcat/Makefile	Mon Jun 12 20:44:01 2017	(r443470)
+++ head/security/hashcat/Makefile	Mon Jun 12 21:53:05 2017	(r443471)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/CL/cl.h:devel/open
 USE_GITHUB=	yes
 
 ALL_TARGET=	default
-USES=		gmake localbase shebangfix
+USES=		gmake iconv localbase shebangfix
 SHEBANG_FILES=	extra/tab_completion/install
 USE_CSTD=	c99
 


More information about the svn-ports-all mailing list