aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-02 13:24:38 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-02 13:24:38 +0800
commit2a7f57e53f7bcf80c4a6d47279af9e12dd260ae6 (patch)
tree931da1d22ce834e47997ddc64022f70bafe667c7 /ports-mgmt
parent1cfb43a7de2ec3796f3c32442acb1481d5cb8d87 (diff)
downloadfreebsd-ports-gnome-2a7f57e53f7bcf80c4a6d47279af9e12dd260ae6.tar.gz
freebsd-ports-gnome-2a7f57e53f7bcf80c4a6d47279af9e12dd260ae6.tar.zst
freebsd-ports-gnome-2a7f57e53f7bcf80c4a6d47279af9e12dd260ae6.zip
Catch up with master 1.589:
Approved by: portmgr (self)
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 5fa34b6df8d5..3302687e2c93 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -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