diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
commit | 35d62a5a16b773c189f9e1ead6ee28d9eb2a108b (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /shells/bash/Makefile | |
parent | 6e1ab4c62d6ff5b957b64347c972634624775486 (diff) | |
download | pkgsrc-35d62a5a16b773c189f9e1ead6ee28d9eb2a108b.tar.gz |
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 80ca41ae0c9..85adb087aa1 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2013/06/09 18:12:14 bsiegert Exp $ +# $NetBSD: Makefile,v 1.59 2013/07/15 02:02:28 ryoon Exp $ BASH_VERSION= 4.2 @@ -79,9 +79,7 @@ CONFIGURE_ARGS+= --enable-job-control .if ${OPSYS} == "Darwin" CONFIGURE_ARGS+= --with-installed-readline -USE_GNU_READLINE= yes BUILDLINK_API_DEPENDS.readline+= readline>=6.0 - .include "../../devel/readline/buildlink3.mk" .endif |