1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add ports conflicts between bash{,-static}.

Submitted by:	ehaupt
This commit is contained in:
David E. O'Brien 2009-01-25 20:39:54 +00:00
parent a12ac10ca9
commit ed9fb09680
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226854

View File

@ -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)