Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 16:22:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314314 - head/shells/bash
Message-ID:  <201303151622.r2FGMZ9C081209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Mar 15 16:22:35 2013
New Revision: 314314
URL: http://svnweb.freebsd.org/changeset/ports/314314

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

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Fri Mar 15 16:18:19 2013	(r314313)
+++ head/shells/bash/Makefile	Fri Mar 15 16:22:35 2013	(r314314)
@@ -26,6 +26,8 @@ COMMENT=		The GNU Project's Bourne Again
 
 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303151622.r2FGMZ9C081209>