summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-devel/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile
index 453fcc0025ac..3205000f8614 100644
--- a/shells/bash-devel/Makefile
+++ b/shells/bash-devel/Makefile
@@ -55,8 +55,6 @@ CONFIGURE_ARGS= --without-bash-malloc \
--enable-disabled-builtins
.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
-#.if empty(PORT_OPTIONS:MNLS)
-#.endif
CONFIGURE_ARGS+= --enable-static-link
PKGNAMESUFFIX= -static-devel
CONFLICTS+= bash-[0-9]* bash-static-[0-9]* bash-devel-[0-9]*