diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index cce525db6d9e..ffa738a9ff4e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -18,6 +18,7 @@ DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 pre-install: diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index cce525db6d9e..ffa738a9ff4e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -18,6 +18,7 @@ DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 pre-install: diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index cce525db6d9e..ffa738a9ff4e 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -18,6 +18,7 @@ DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 pre-install: |