aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index 073a32d3a18b..2564fe97f858 100644
--- a/shells/rc/Makefile
+++ b/shells/rc/Makefile
@@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-history
OPTIONS_DEFINE= READLINE
READLINE_USES= readline
-READLINE_CONFIGURE_WITH=--with-readline
+READLINE_CONFIGURE_WITH=readline
READLINE_MAKE_ARGS_OFF= CFLAGS="${CFLAGS} -static"
.include <bsd.port.mk>