diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-30 18:02:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-30 18:02:47 +0000 |
commit | ec0c3818083ae6ae9ba6472e7eac7d6752c7f448 (patch) | |
tree | 0f997055342a280431d3bfc1f0b7c07e03cdff25 /lang/rakudo | |
parent | 3331acfe23614ad825a777e9ccdc5e65d496967a (diff) | |
download | ports-ec0c3818083ae6ae9ba6472e7eac7d6752c7f448.tar.gz ports-ec0c3818083ae6ae9ba6472e7eac7d6752c7f448.zip |
Notes
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 |