Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 18:13:57 +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: r315622 - head/lang/rakudo
Message-ID:  <201303301813.r2UIDv24018349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Mar 30 18:13:57 2013
New Revision: 315622
URL: http://svnweb.freebsd.org/changeset/ports/315622

Log:
  Move USES= bison prior to bsd.port.pre.mk to fix build
  
  Submitted by:	miwi
  Approved by:	portmgr

Modified:
  head/lang/rakudo/Makefile

Modified: head/lang/rakudo/Makefile
==============================================================================
--- head/lang/rakudo/Makefile	Sat Mar 30 14:44:15 2013	(r315621)
+++ head/lang/rakudo/Makefile	Sat Mar 30 18:13:57 2013	(r315622)
@@ -35,13 +35,14 @@ CONFIGURE_PARROT_ARGS=	--cc=${CC} --cxx=
 CONFIGURE_ARGS=	--with-parrot=${PREFIX}/bin/parrot \
 		--with-nqp=${PREFIX}/bin/nqp
 
+USES=		bison
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 BROKEN=		Does not compile on ia64, powerpc, or sparc64
 .endif
 
-USES+=		bison
 USE_PERL5_BUILD=	yes
 USE_GMAKE=	yes
 



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