summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-03-08 19:41:44 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-03-08 19:41:44 +0800
commit6308fe3da7a4828c9e6feae87e277126401dbc3d (patch)
tree16ea3596fcbcb136cc49cc817f66413826bc7456 /Mk/bsd.port.mk
parent7ac98eea09028a095ddeebd5b475c98547b04919 (diff)
downloadxorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.tar
xorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.tar.gz
xorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.tar.bz2
xorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.tar.lz
xorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.tar.xz
xorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.tar.zst
xorg-devel-ports-6308fe3da7a4828c9e6feae87e277126401dbc3d.zip
Merge with ports
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@704 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk22
1 files changed, 1 insertions, 21 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 9a5b19a..d585d55 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- tab-width: 4; -*-
# ex:ts=4
#
-# $FreeBSD: head/Mk/bsd.port.mk 313600 2013-03-07 17:08:13Z miwi $
+# $FreeBSD: head/Mk/bsd.port.mk 313636 2013-03-08 11:34:33Z bapt $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -351,10 +351,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# this is for users, not for port maintainers. This
# should not be used in Makefile.
##
-# USE_BISON - Implies that the port uses bison in one way or another:
-# 'build', 'run', 'both', implying build,
-# runtime, and both build/run dependencies
-##
# USE_IMAKE - If set, this port uses imake.
# XMKMF - Set to path of `xmkmf' if not in $PATH
# Default: xmkmf -a
@@ -2014,22 +2010,6 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS}
. endfor
.endif
-.if defined(USE_BISON)
-_BISON_DEPENDS= bison:${PORTSDIR}/devel/bison
-
-. if ${USE_BISON:L} == "build"
-BUILD_DEPENDS+= ${_BISON_DEPENDS}
-. elif ${USE_BISON:L} == "run"
-RUN_DEPENDS+= ${_BISON_DEPENDS}
-. elif ${USE_BISON:L} == "both"
-BUILD_DEPENDS+= ${_BISON_DEPENDS}
-RUN_DEPENDS+= ${_BISON_DEPENDS}
-. else
-IGNORE= uses unknown USE_BISON construct
-. endif
-
-.endif
-
.if defined(WITH_PKGNG)
.include "${PORTSDIR}/Mk/bsd.pkgng.mk"
.endif