aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-15 16:22:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-15 16:22:35 +0000
commite52752145cc720074dcc78bed1f621675ca014cf (patch)
tree77e1282c600b2eaaebeffa3e85efaa3a5a94e3ed /shells
parent32083af36bc9eed399cb3ec4e3dde65445531a50 (diff)
downloadports-e52752145cc720074dcc78bed1f621675ca014cf.tar.gz
ports-e52752145cc720074dcc78bed1f621675ca014cf.zip
Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load
Notes
Notes: svn path=/head/; revision=314314
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 44818ce61f7f..94255c16dc29 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -26,6 +26,8 @@ COMMENT= The GNU Project's Bourne Again SHell
IGNOREFILES= FAQ
+USES+= bison
+
.if defined(WITH_OPTIONS) || defined(WITH_BASH_OPTIONS)
.include "${.CURDIR}/../bash/options"
.endif
@@ -45,7 +47,6 @@ INFO= bash
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-USES+= bison
.if !defined(NOPORTDOCS)
.if !defined(WITH_INCLUDED_FAQ)