Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load
This commit is contained in:
parent
32083af36b
commit
e52752145c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314314
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue