git: 74b3fb646c38 - main - shells/bash: Fix typo in 372693913a051e16e6c79f1e22d78e0036f1575e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 08:44:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=74b3fb646c38fb30d6fd1abac8fbefa2f11560af
commit 74b3fb646c38fb30d6fd1abac8fbefa2f11560af
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 08:44:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-11-19 08:44:30 +0000
shells/bash: Fix typo in 372693913a051e16e6c79f1e22d78e0036f1575e
---
shells/bash/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index f996c6cf457f..418bffc314aa 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -51,7 +51,7 @@ NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
PORTS_READLINE_BUILD_DEPENDS= readline>=8.2:devel/readline
-#PORTS_READLINE_USES= readline
+PORTS_READLINE_USES= readline
PORTS_READLINE_CONFIGURE_WITH= installed-readline
.if empty(PKGNAMESUFFIX)