summaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-08-08 12:48:56 +0000
committerleot <leot@pkgsrc.org>2020-08-08 12:48:56 +0000
commite8c38ea3cade63c1dc87cd4a333a003b2388aad8 (patch)
treeae155848001703b0a93b66aa52a5189b5e19e202 /security/john
parent76d23042a34d650e2c8b93c445224ebea3aabfd2 (diff)
downloadpkgsrc-e8c38ea3cade63c1dc87cd4a333a003b2388aad8.tar.gz
john: Revert accidental `gmake' tool addition
(No gmake is needed)
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index b05b54625a1..c309d6ce63e 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -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"