svn commit: r314314 - head/shells/bash

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 15 16:22:36 UTC 2013


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)


More information about the svn-ports-all mailing list