pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/ksh93 ksh93: Remove not needed USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74773c437620
branches:  trunk
changeset: 381307:74773c437620
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jul 03 21:19:31 2022 +0000

description:
ksh93: Remove not needed USE_LANGUAGES

It is already `c' by default.

No functional change.

diffstat:

 shells/ksh93/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6080ead7f016 -r 74773c437620 shells/ksh93/Makefile
--- a/shells/ksh93/Makefile     Sun Jul 03 21:18:31 2022 +0000
+++ b/shells/ksh93/Makefile     Sun Jul 03 21:19:31 2022 +0000
@@ -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 @@
 
 CONFLICTS+=            ast-ksh-[0-9]* static-ast-ksh-[0-9]*
 
-USE_LANGUAGES=         c
 FORTIFY_SUPPORTED=     no
 
 KSH=   ${TOOLS_PATH.ksh:Q}



Home | Main Index | Thread Index | Old Index