diff options
author | pav <pav@FreeBSD.org> | 2008-04-07 02:44:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-07 02:44:12 +0800 |
commit | 47c7dc082a21b9dffaf65a47e74d379a135efc37 (patch) | |
tree | 54ab575a3b5aafb9adb7f5563e172ab92dcab362 /lang | |
parent | bcd407097fc6a9a5f0d57a48c830e2afef585299 (diff) | |
download | freebsd-ports-gnome-47c7dc082a21b9dffaf65a47e74d379a135efc37.tar.gz freebsd-ports-gnome-47c7dc082a21b9dffaf65a47e74d379a135efc37.tar.zst freebsd-ports-gnome-47c7dc082a21b9dffaf65a47e74d379a135efc37.zip |
- Mark BROKEN: incorrect plist
Reported by: pointyhat
Diffstat (limited to 'lang')
-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+ |