summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index dad21006e66..2e6130c77b9 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2015/06/07 05:49:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2016/06/11 12:54:24 rillig Exp $
BASH_VERSION= 4.3
BASH_PATCHLEVEL= 039
@@ -65,7 +65,7 @@ PKG_SUPPORTED_OPTIONS= static
## Static link
##
.if !empty(PKG_OPTIONS:Mstatic)
-CONFIGURE_ARGS+= --enable-static-link
+CONFIGURE_ARGS+= --enable-static-link
BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.readline= build
.endif