diff options
author | pav <pav@FreeBSD.org> | 2010-05-31 02:02:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-31 02:02:47 +0800 |
commit | 6cc2c70d7343fe6a072135f0029d3cd76b361b40 (patch) | |
tree | 2e05a16dc0bbe060396c5e62ece10432be0e643b /lang/rakudo | |
parent | 14da0fd792cc413eb95a0bef0cfe6851d0d9a36b (diff) | |
download | freebsd-ports-gnome-6cc2c70d7343fe6a072135f0029d3cd76b361b40.tar.gz freebsd-ports-gnome-6cc2c70d7343fe6a072135f0029d3cd76b361b40.tar.zst freebsd-ports-gnome-6cc2c70d7343fe6a072135f0029d3cd76b361b40.zip |
- Mark BROKEN: does not build
Reported by: pointyhat
Diffstat (limited to 'lang/rakudo')
-rw-r--r-- | lang/rakudo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 0c4838682030..17d311a2ad43 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu RUN_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot +BROKEN= does not build + .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 |