diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-25 20:20:02 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-25 20:20:02 +0000 |
commit | b2730f8dd0ef52c196ad401b78e6a77ca83837d1 (patch) | |
tree | 5bb1870589bbdf322651394258da6e24da4ba382 | |
parent | 9de0783cf459c4efbc8e2d135a1027f2ec093366 (diff) | |
download | ports-b2730f8dd0ef52c196ad401b78e6a77ca83837d1.tar.gz ports-b2730f8dd0ef52c196ad401b78e6a77ca83837d1.zip |
Notes
-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 3a49c0a07386..f70f43cb6e75 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.36:${PORTSDIR}/devel/icu +BROKEN= does not package + USE_BISON= build USE_GCC= 3.4+ USE_PERL5= 5.8.0+ |