diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 00:59:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 00:59:30 +0000 |
commit | d7ec1b449bdf6595b7c15b5302d58b9cb1760369 (patch) | |
tree | bbd9cfca0ed554cd4cd42ed9a6654b1886d2a969 /lang/parrot | |
parent | 29836d024e89e3f413eb2da4db9fde62f806b114 (diff) |
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 136f403d9994..74c06c18dd5a 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -18,6 +18,8 @@ COMMENT= Parrot - virtual machine for dynamic languages LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ icudata.32:${PORTSDIR}/devel/icu +BROKEN= Does not build + USE_PERL5= yes USE_GMAKE= yes #USE_SDL= yes |