summaryrefslogtreecommitdiff
path: root/shells
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
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')
-rw-r--r--shells/bash/Makefile2
-rw-r--r--shells/bash2/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 3246b25eab0b..66670090271c 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -36,7 +36,7 @@ USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//}
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-installed-readline
-.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
+.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
CONFIGURE_ARGS+= --enable-static-link
.else
CONFIGURE_ARGS+= --enable-static-link=no