diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-18 08:47:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-18 08:47:07 +0000 |
commit | 70eea78a2db3998e4407d3de07d88407c31fb335 (patch) | |
tree | a910a4fbb0127866c78093992034df0f32c10bbc /shells/bash-devel | |
parent | 47d22b6fc617147037a00cdc3de82e9eeefb2c1a (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/bash-devel')
-rw-r--r-- | shells/bash-devel/Makefile | 3 |
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 |