summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-12-05 10:51:29 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-12-05 10:51:29 +0000
commitf9a121e9a2b2e80bc29152cfcbc9fc4c8bbb4180 (patch)
treee17bd2198d4cfa634bcb46e6058fd491bfb44ea0 /shells/bash
parentUpdate to 2005.12.05. (diff)
- Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.
PR: ports/89772 Submitted by: flz Approved by: maintainer
Notes
Notes: svn path=/head/; revision=150455
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index f390fc18e339..0551848c7c70 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -56,7 +56,7 @@ CONFIGURE_ARGS= --without-bash-malloc \
--disable-rpath \
--enable-disabled-builtins
-.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
+.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
.if !defined(WITHOUT_NLS)
WITHOUT_NLS=yes
.endif