diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-30 18:13:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-30 18:13:57 +0000 |
commit | 42ce8c548a22ba7b762d7bc0f1b7f06f14c93fb5 (patch) | |
tree | 92c5b984940647f68729a9216d295614a852bf31 /lang/rakudo | |
parent | d1a8b94bf460b0fbb47ef8bc65b48f638d47b61b (diff) |
Notes
Diffstat (limited to 'lang/rakudo')
-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 be2f95d408ad..2f64562efb5b 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 |