Catch up with master 1.589:

Approved by:	portmgr (self)
This commit is contained in:
Mark Linimon 2007-11-02 05:24:38 +00:00
parent 4bb6e0f0bb
commit 11e60f395e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202483

View File

@ -2042,21 +2042,21 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS}
.endif
.if defined(USE_BISON)
_BISON_DEPENDS= bison:${PORTSDIR}/devel/bison
_BISON_DEPENDS= bison:${PORTSDIR}/devel/bison
# XXX: backwards compatibility
. if ${USE_BISON:L} == "yes"
BUILD_DEPENDS+= ${_BISON_DEPENDS}
USE_BISON= build
pre-everything::
@${ECHO_MSG} "WARNING: USE_BISON=yes deprecated, use build/run/both"
. endif
. if ${USE_BISON:L} == "build"
BUILD_DEPENDS+= ${_BISON_DEPENDS}
BUILD_DEPENDS+= ${_BISON_DEPENDS}
. elif ${USE_BISON:L} == "run"
RUN_DEPENDS+= ${_BISON_DEPENDS}
. elif ${USE_BISON:L} == "both"
BUILD_DEPENDS+= ${_BISON_DEPENDS}
BUILD_DEPENDS+= ${_BISON_DEPENDS}
RUN_DEPENDS+= ${_BISON_DEPENDS}
. else
IGNORE= uses unknown USE_BISON construct