diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2021-03-03 23:09:48 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2021-03-03 23:09:48 +0000 |
| commit | 2b01fc5e4fde5be72f9cc3a0b469c71ba950187f (patch) | |
| tree | 2338c5827779321db236a11192ca953e5e91deb0 /shells/bash/Makefile | |
| parent | b62e905609637df1b94ea89e14579d3fadb47fa6 (diff) | |
Notes
Diffstat (limited to 'shells/bash/Makefile')
| -rw-r--r-- | shells/bash/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index ea917fd655c0..ca709d5197e1 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -59,10 +59,11 @@ CONFIGURE_ARGS+= --without-bash-malloc \ MAKE_ARGS+= TERMCAP_LIB=-lncursesw .if empty(PKGNAMESUFFIX) -CONFLICTS+= bash-static-[0-9]* +CONFLICTS+= bash-static-[0-9]* .else -CONFLICTS+= bash-[0-9]* +CONFLICTS+= bash-[0-9]* .endif +CONFLICTS+= bashc .include <bsd.port.options.mk> |
