aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2017-05-06 00:35:12 +0800
committerak <ak@FreeBSD.org>2017-05-06 00:35:12 +0800
commit4ed7a161bc8990619d3e5a9e39200cc22009de9b (patch)
treee2930b4282b733ed0f105975d95446c87fd57c5e /shells
parentcb7f57941532f9b3f03d5935e9790141bf21be66 (diff)
downloadfreebsd-ports-gnome-4ed7a161bc8990619d3e5a9e39200cc22009de9b.tar.gz
freebsd-ports-gnome-4ed7a161bc8990619d3e5a9e39200cc22009de9b.tar.zst
freebsd-ports-gnome-4ed7a161bc8990619d3e5a9e39200cc22009de9b.zip
- Fix READLINE option
PR: 218816 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'shells')
-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>