aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2017-05-05 16:35:12 +0000
committerAlex Kozlov <ak@FreeBSD.org>2017-05-05 16:35:12 +0000
commit9579f048809879613a9518cdd94ede33c86cb874 (patch)
treee2930b4282b733ed0f105975d95446c87fd57c5e /shells
parent801b8d0248b1abc7ca4aa9bf57188eec825330f9 (diff)
downloadports-9579f048809879613a9518cdd94ede33c86cb874.tar.gz
ports-9579f048809879613a9518cdd94ede33c86cb874.zip
- Fix READLINE option
PR: 218816 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=440197
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>