pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/john



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Aug  8 12:48:56 UTC 2020

Modified Files:
        pkgsrc/security/john: Makefile

Log Message:
john: Revert accidental `gmake' tool addition

(No gmake is needed)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/john/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/john/Makefile
diff -u pkgsrc/security/john/Makefile:1.30 pkgsrc/security/john/Makefile:1.31
--- pkgsrc/security/john/Makefile:1.30  Sat Aug  8 12:42:22 2020
+++ pkgsrc/security/john/Makefile       Sat Aug  8 12:48:56 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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