From d685e8017a608df11e4e1fad181cb1f2f8e8a530 Mon Sep 17 00:00:00 2001 From: leot Date: Sun, 3 Jul 2022 21:19:31 +0000 Subject: ksh93: Remove not needed USE_LANGUAGES It is already `c' by default. No functional change. --- shells/ksh93/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 633ea0fe5c5..534b8b9e65b 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/07/03 21:18:31 leot Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/03 21:19:31 leot Exp $ DISTNAME= ksh93-1.0.0beta.2 CATEGORIES= shells @@ -13,7 +13,6 @@ LICENSE= epl-v1.0 CONFLICTS+= ast-ksh-[0-9]* static-ast-ksh-[0-9]* -USE_LANGUAGES= c FORTIFY_SUPPORTED= no KSH= ${TOOLS_PATH.ksh:Q} -- cgit v1.2.3