aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:44:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:44:30 +0000
commit74b3fb646c38fb30d6fd1abac8fbefa2f11560af (patch)
treef425b6e2af719aecdf708b327977d73e805bbb75
parentc914b62538fee28e2a9e9d79b83cfe3e8c407d91 (diff)
downloadports-74b3fb646c38fb30d6fd1abac8fbefa2f11560af.tar.gz
ports-74b3fb646c38fb30d6fd1abac8fbefa2f11560af.zip
shells/bash: Fix typo in 372693913a051e16e6c79f1e22d78e0036f1575e
-rw-r--r--shells/bash/Makefile2
1 files changed, 1 insertions, 1 deletions
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)