summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-18 08:47:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-18 08:47:07 +0000
commit70eea78a2db3998e4407d3de07d88407c31fb335 (patch)
treea910a4fbb0127866c78093992034df0f32c10bbc /shells
parent- Update to 2.7.1 (diff)
Move USES prior to bsd.port.pre.mk otherwise the port won't build.
Notes
Notes: svn path=/head/; revision=314541
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile
index 95a11d6156dd..510368445fc8 100644
--- a/shells/bash-devel/Makefile
+++ b/shells/bash-devel/Makefile
@@ -31,6 +31,8 @@ IMPLICITCD_DESC= Use directory name alone to cd into it
COLONBREAKSWORDS_DESC= Colons break words
HELP_DESC= Enable builtin help
+USES= bison
+
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MIMPLICITCD}
@@ -46,7 +48,6 @@ INFO= bash
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-USES= bison
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH