svn commit: r313636 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 8 11:34:34 UTC 2013


Author: bapt
Date: Fri Mar  8 11:34:33 2013
New Revision: 313636
URL: http://svnweb.freebsd.org/changeset/ports/313636

Log:
  Remove old USE_BISON related code from bsd.port.mk

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Mar  8 11:32:11 2013	(r313635)
+++ head/Mk/bsd.port.mk	Fri Mar  8 11:34:33 2013	(r313636)
@@ -351,10 +351,6 @@ FreeBSD_MAINTAINER=	portmgr at 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
@@ -2011,22 +2007,6 @@ RUN_DEPENDS+=	${_GL_${_component}_RUN_DE
 . 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


More information about the svn-ports-all mailing list