Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load

This commit is contained in:
Baptiste Daroussin 2013-03-15 16:22:35 +00:00
parent 32083af36b
commit e52752145c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314314

View file

@ -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)