pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/dar



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Wed May  1 19:20:48 UTC 2024

Modified Files:
        pkgsrc/archivers/dar: options.mk

Log Message:
Fix a typo


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/dar/options.mk

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

Modified files:

Index: pkgsrc/archivers/dar/options.mk
diff -u pkgsrc/archivers/dar/options.mk:1.2 pkgsrc/archivers/dar/options.mk:1.3
--- pkgsrc/archivers/dar/options.mk:1.2 Wed May  1 19:00:19 2024
+++ pkgsrc/archivers/dar/options.mk     Wed May  1 19:20:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2024/05/01 19:00:19 cheusov Exp $
+# $NetBSD: options.mk,v 1.3 2024/05/01 19:20:47 cheusov Exp $
 
 ## Our threading check here is the same as the one used in devel/perl5.
 #
@@ -51,7 +51,7 @@ BUILDLINK_TRANSFORM+= rm:-lpthread
 CONFIGURE_ARGS+=       --disable-thread-safe
 .endif
 
-# readline/editline
+# nls option
 .if !empty(PKG_OPTIONS:Mnls)
 CONFIGURE_ARGS+= --enable-nls
 PLIST.nls=     yes



Home | Main Index | Thread Index | Old Index