aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-14 11:48:45 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-14 11:48:45 +0000
commitdf9706b8958f7e2ba4ed3d0c475b501cb906c862 (patch)
tree1ed7718fb8b24be47b1d04adb853760fe4a79ac5 /shells
parent9a3027145b903c883fbfcaf64f1a6a7aebe803b2 (diff)
downloadports-df9706b8958f7e2ba4ed3d0c475b501cb906c862.tar.gz
ports-df9706b8958f7e2ba4ed3d0c475b501cb906c862.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 8b4a6a3479d2..9d8bfcd749da 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -69,10 +69,10 @@ WITHOUT_NLS=yes
.endif
CONFIGURE_ARGS+= --enable-static-link
PKGNAMESUFFIX= -static
-CONFLICTS+= bash-[0-9]* bash3-[0-9]* bash3-static-[0-9]*
+CONFLICTS+= bash-[0-9]* bash-devel-[0-9]* bash-static-devel-[0-9]*
.else
CONFIGURE_ARGS+= --enable-static-link=no
-CONFLICTS+= bash-static-[0-9]* bash3-[0-9]* bash3-static-[0-9]*
+CONFLICTS+= bash-static-[0-9]* bash-devel-[0-9]* bash-static-devel-[0-9]*
.endif
.if defined(WITHOUT_HELP)