pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/rc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  4 11:07:20 UTC 2024

Modified Files:
        pkgsrc/shells/rc: Makefile

Log Message:
rc: fix CONFIGURE_ARGS for readline option

>From Periklis Akritidis on tech-pkg.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/shells/rc/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/rc/Makefile
diff -u pkgsrc/shells/rc/Makefile:1.31 pkgsrc/shells/rc/Makefile:1.32
--- pkgsrc/shells/rc/Makefile:1.31      Sat Aug  5 10:45:39 2017
+++ pkgsrc/shells/rc/Makefile   Wed Dec  4 11:07:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/08/05 10:45:39 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2024/12/04 11:07:19 wiz Exp $
 
 DISTNAME=      rc-1.7.4
 CATEGORIES=    shells plan9
@@ -21,7 +21,7 @@ PKG_SUPPORTED_OPTIONS=        readline
 
 .if !empty(PKG_OPTIONS:Mreadline)
 .include "../../devel/readline/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-readline
+CONFIGURE_ARGS+=       --with-edit=readline
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index