diff options
author | obrien <obrien@FreeBSD.org> | 2009-01-26 04:39:54 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-01-26 04:39:54 +0800 |
commit | 793a9a3c0df66ea260ebb58fd26c709e3db2a1fc (patch) | |
tree | 289514b0e7222e5401ca500f8fef458a935bda7b | |
parent | 4dc2eb38df52881fb9a1fabb556b4a82a3ea2c8e (diff) | |
download | freebsd-ports-gnome-793a9a3c0df66ea260ebb58fd26c709e3db2a1fc.tar.gz freebsd-ports-gnome-793a9a3c0df66ea260ebb58fd26c709e3db2a1fc.tar.zst freebsd-ports-gnome-793a9a3c0df66ea260ebb58fd26c709e3db2a1fc.zip |
Add ports conflicts between bash{,-static}.
Submitted by: ehaupt
-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) |