svn commit: r407995 - head/security/mdcrack

John Marino marino at FreeBSD.org
Wed Feb 3 22:02:42 UTC 2016


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>
 


More information about the svn-ports-all mailing list