pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/ksh93



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Jul  3 21:19:31 UTC 2022

Modified Files:
        pkgsrc/shells/ksh93: Makefile

Log Message:
ksh93: Remove not needed USE_LANGUAGES

It is already `c' by default.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/ksh93/Makefile

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

Modified files:

Index: pkgsrc/shells/ksh93/Makefile
diff -u pkgsrc/shells/ksh93/Makefile:1.2 pkgsrc/shells/ksh93/Makefile:1.3
--- pkgsrc/shells/ksh93/Makefile:1.2    Sun Jul  3 21:18:31 2022
+++ pkgsrc/shells/ksh93/Makefile        Sun Jul  3 21:19:31 2022
@@ -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}



Home | Main Index | Thread Index | Old Index