summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2016-06-11 12:54:24 +0000
committerrillig <rillig@pkgsrc.org>2016-06-11 12:54:24 +0000
commit2d54827ce188674e4c70bd1f25e78deb257aec92 (patch)
treee63865804a5b5479d48e5275b1cef03402c3f3ad /shells/bash/Makefile
parent11aec6d04b9af3dbfad9ff60417966e4ef7e40ae (diff)
downloadpkgsrc-2d54827ce188674e4c70bd1f25e78deb257aec92.tar.gz
Fixed pkglint warnings.
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