diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-06 18:44:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-06 18:44:12 +0000 |
commit | b7d7137eca592f18589798d0cb10f850447a895e (patch) | |
tree | 026fbfccdeaac676ca8a7c627707366ecf656992 /lang/parrot | |
parent | c33cd6afd0f923234a37fabb4d2c4cc03aeb3f04 (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 af4a90e4566b..24fbd934cfe4 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ icudata:${PORTSDIR}/devel/icu +BROKEN= incorrect plist + USE_BISON= build USE_GCC= 3.4+ USE_PERL5= 5.8.0+ |