svn commit: r315622 - head/lang/rakudo

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 30 18:13:57 UTC 2013


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
 


More information about the svn-ports-all mailing list