diff options
Diffstat (limited to 'lang/rakudo/Makefile')
-rw-r--r-- | lang/rakudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 2f64562efb5b..34ba7f16ef76 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -35,7 +35,8 @@ 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 +USES= bison perl5 +USE_PERL5= build .include <bsd.port.pre.mk> @@ -43,7 +44,6 @@ USES= bison BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif -USE_PERL5_BUILD= yes USE_GMAKE= yes MAN1= perl6.1 rakudo.1 |