aboutsummaryrefslogtreecommitdiff
path: root/shells/bash-devel
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-14 14:59:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-14 14:59:07 +0000
commit778a3def1185c1e43ca3d78de34231cedd7cb5ff (patch)
tree5cb9b74ab485bd042608c9ba49dea78d5f3a20e7 /shells/bash-devel
parentaa37f16ceda411c3e31c7927ad03cb8aec8a470a (diff)
downloadports-778a3def1185c1e43ca3d78de34231cedd7cb5ff.tar.gz
ports-778a3def1185c1e43ca3d78de34231cedd7cb5ff.zip
Notes
Diffstat (limited to 'shells/bash-devel')
-rw-r--r--shells/bash-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile
index e23544e82b30..c86a4a47cf98 100644
--- a/shells/bash-devel/Makefile
+++ b/shells/bash-devel/Makefile
@@ -26,12 +26,11 @@ COMMENT= The GNU Project's Bourne Again SHell
IGNOREFILES= FAQ
-OPTIONS_DEFINE= IMPLICITCD COLONBREAKSWORDS HELP NLS STATIC_BASH SYSLOG DOCS
+OPTIONS_DEFINE= IMPLICITCD COLONBREAKSWORDS HELP NLS STATIC SYSLOG DOCS
OPTIONS_DEFAULT=IMPLICITCD COLONBREAKSWORDS HELP NLS
IMPLICITCD_DESC= Use directory name alone to cd into it
COLONBREAKSWORDS_DESC= Colons break words
HELP_DESC= Install the help files
-STATIC_BASH_DESC= Compile without shared libs
SYSLOG_DESC= Compile with syslog support
.include <bsd.port.pre.mk>
@@ -62,7 +61,7 @@ CONFIGURE_ARGS= --without-bash-malloc \
--disable-rpath \
--enable-disabled-builtins
-.if ${PORT_OPTIONS:MSTATIC_BASH} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
+.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
.if empty(PORT_OPTIONS:MNLS)
WITHOUT_NLS=yes
.endif