svn commit: r421783 - head/security/ncrack

John Marino marino at FreeBSD.org
Sun Sep 11 03:28:19 UTC 2016


Author: marino
Date: Sun Sep 11 03:28:18 2016
New Revision: 421783
URL: https://svnweb.freebsd.org/changeset/ports/421783

Log:
  security/ncrack: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/security/ncrack/Makefile

Modified: head/security/ncrack/Makefile
==============================================================================
--- head/security/ncrack/Makefile	Sun Sep 11 03:23:12 2016	(r421782)
+++ head/security/ncrack/Makefile	Sun Sep 11 03:28:18 2016	(r421783)
@@ -13,7 +13,8 @@ MAINTAINER=	lx at FreeBSD.org
 COMMENT=	High-speed network authentication cracking tool
 
 GNU_CONFIGURE=	yes
-USES=		gmake
-USE_OPENSSL=	yes
+USES=		gmake ssl
+CPPFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list