Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/john john: Revert accidental `gmake' tool add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/378788df0b65
branches:  trunk
changeset: 436706:378788df0b65
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Aug 08 12:48:56 2020 +0000

description:
john: Revert accidental `gmake' tool addition

(No gmake is needed)

diffstat:

 security/john/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 592b0d001859 -r 378788df0b65 security/john/Makefile
--- a/security/john/Makefile    Sat Aug 08 12:42:35 2020 +0000
+++ b/security/john/Makefile    Sat Aug 08 12:48:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/08/08 12:42:22 leot Exp $
+# $NetBSD: Makefile,v 1.31 2020/08/08 12:48:56 leot Exp $
 #
 
 DISTNAME=      john-1.9.0
@@ -15,8 +15,6 @@
 BUILD_DIRS=    src
 TEST_TARGET=   check
 
-USE_TOOLS+=    gmake
-
 .include "../../mk/compiler.mk"
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index