diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-25 20:39:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-25 20:39:54 +0000 |
commit | ed9fb09680995b02e667703c936fde31ac3375e3 (patch) | |
tree | 50d3488a52662e4df2ef0c713801fe8b060a91fe /shells | |
parent | a12ac10ca99533c5ceacc2e595ca1b4100cf0f90 (diff) | |
download | ports-ed9fb09680995b02e667703c936fde31ac3375e3.tar.gz ports-ed9fb09680995b02e667703c936fde31ac3375e3.zip |
Add ports conflicts between bash{,-static}.
Submitted by: ehaupt
Notes
Notes:
svn path=/head/; revision=226854
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 7c4cf8791add..8cf4684c6b33 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -62,8 +62,10 @@ WITHOUT_NLS=yes .endif CONFIGURE_ARGS+= --enable-static-link PKGNAMESUFFIX= -static +CONFLICTS+= bash-[0-9]* .else CONFIGURE_ARGS+= --enable-static-link=no +CONFLICTS+= bash-static-[0-9]* .endif .if defined(WITHOUT_HELP) |