diff options
author | ache <ache@FreeBSD.org> | 1999-05-28 05:16:08 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-05-28 05:16:08 +0000 |
commit | 5f923d2315cd7c380fc4913d91a2d53bb8c758b7 (patch) | |
tree | efdc65e44d1c35f988c8e076f4302bbf3cc475c6 /shells/bash3/Makefile | |
parent | 4a4d080674591b38fa72b4eac94d40ea4448e1fe (diff) | |
download | FreeBSD-ports-5f923d2315cd7c380fc4913d91a2d53bb8c758b7.zip FreeBSD-ports-5f923d2315cd7c380fc4913d91a2d53bb8c758b7.tar.gz |
use system libreadline for -current
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index cce525d..ffa738a 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: |