diff options
author | pav <pav@FreeBSD.org> | 2008-02-21 05:59:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-02-21 05:59:38 +0800 |
commit | 832337c198af1395e481dacceed61491902266a5 (patch) | |
tree | 968be30cd0c60ace5c4945c39103b8aea1d1bcc3 /lang | |
parent | 7e200c911129dc8a43ef95551d8bbf3d37a33486 (diff) | |
download | freebsd-ports-gnome-832337c198af1395e481dacceed61491902266a5.tar.gz freebsd-ports-gnome-832337c198af1395e481dacceed61491902266a5.tar.zst freebsd-ports-gnome-832337c198af1395e481dacceed61491902266a5.zip |
- Mark BROKEN - does not package, bad 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 05f89cc1b3b4..b9cccc43b6a8 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ icudata:${PORTSDIR}/devel/icu +BROKEN= Bad plist + USE_BISON= build USE_GCC= 3.4+ USE_PERL5= 5.8.0+ |