From 793a9a3c0df66ea260ebb58fd26c709e3db2a1fc Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 25 Jan 2009 20:39:54 +0000 Subject: Add ports conflicts between bash{,-static}. Submitted by: ehaupt --- shells/bash/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shells') 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) -- cgit