diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-31 02:13:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-31 02:13:57 +0800 |
commit | 563e538b9ed000e35255f903e98abcddc47cdb74 (patch) | |
tree | 92c5b984940647f68729a9216d295614a852bf31 /lang | |
parent | abb9691599c6a1c4780bf14ecf44e88f8154d6c3 (diff) | |
download | freebsd-ports-graphics-563e538b9ed000e35255f903e98abcddc47cdb74.tar.gz freebsd-ports-graphics-563e538b9ed000e35255f903e98abcddc47cdb74.tar.zst freebsd-ports-graphics-563e538b9ed000e35255f903e98abcddc47cdb74.zip |
Move USES= bison prior to bsd.port.pre.mk to fix build
Submitted by: miwi
Approved by: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rakudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index be2f95d408a..2f64562efb5 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -35,13 +35,14 @@ CONFIGURE_PARROT_ARGS= --cc=${CC} --cxx=${CXX} --ld=${CC} --ccflags="${CFLAGS}" 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 |