aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-15 11:51:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-15 11:51:57 +0000
commit531a093eba0645ee13c9573ff7e8c523f6a5ec1a (patch)
tree243ef557a68db936df52da904f7eed8a7a4eb382 /shells
parent48dc91424931c6a47e53b1518d47479455b4c0b7 (diff)
downloadports-531a093eba0645ee13c9573ff7e8c523f6a5ec1a.tar.gz
ports-531a093eba0645ee13c9573ff7e8c523f6a5ec1a.zip
Notes
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]*