From a07396feb813613ed3de6ca9d20986ad3ad84f80 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 24 Jan 2004 15:00:22 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- security/otpcalc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/otpcalc') diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile index e334193b3ee..7a6975054ca 100644 --- a/security/otpcalc/Makefile +++ b/security/otpcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/13 13:53:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 15:00:22 grant Exp $ # DISTNAME= otpCalc-0.96 @@ -11,7 +11,7 @@ HOMEPAGE= http://original.killa.net/infosec/otpCalc/ COMMENT= OTP and S/Key calculator for X GNU_CONFIGURE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_BUILDLINK2= YES ALL_TARGET= otpCalc otpCalc.1 -- cgit v1.2.3