svn commit: r314541 - head/shells/bash-devel

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 18 11:06:35 UTC 2013


Author: ehaupt
Date: Mon Mar 18 08:47:07 2013
New Revision: 314541
URL: http://svnweb.freebsd.org/changeset/ports/314541

Log:
  Move USES prior to bsd.port.pre.mk otherwise the port won't build.

Modified:
  head/shells/bash-devel/Makefile

Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile	Mon Mar 18 08:27:56 2013	(r314540)
+++ head/shells/bash-devel/Makefile	Mon Mar 18 08:47:07 2013	(r314541)
@@ -31,6 +31,8 @@ IMPLICITCD_DESC=	Use directory name alon
 COLONBREAKSWORDS_DESC=	Colons break words
 HELP_DESC=		Enable builtin help
 
+USES=			bison
+
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MIMPLICITCD}
@@ -46,7 +48,6 @@ INFO=			bash
 
 MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=		yes
-USES=			bison
 
 .if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=		FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH


More information about the svn-ports-all mailing list