Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 22:02:41 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407995 - head/security/mdcrack
Message-ID:  <201602032202.u13M2fXI010302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  3 22:02:41 2016
New Revision: 407995
URL: https://svnweb.freebsd.org/changeset/ports/407995

Log:
  security/mdcrack: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

Modified:
  head/security/mdcrack/Makefile

Modified: head/security/mdcrack/Makefile
==============================================================================
--- head/security/mdcrack/Makefile	Wed Feb  3 22:01:15 2016	(r407994)
+++ head/security/mdcrack/Makefile	Wed Feb  3 22:02:41 2016	(r407995)
@@ -12,8 +12,9 @@ COMMENT=	Bruteforce password MD5 hashes
 
 ALL_TARGET=	little
 PLIST_FILES=	bin/mdcrack
+MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses"
 
-USES=		compiler:features
+USES=		compiler:features ncurses
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602032202.u13M2fXI010302>