diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:07:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:07:28 +0000 |
commit | 4b98d5e0cc6cd3129daa57077765674768a5ca9d (patch) | |
tree | 7ad75ed77b12a4a304813bc723fdf7c698adf8ce /lang | |
parent | f8450f0cc24323e3def947e24cbed1f296ed2adb (diff) | |
download | ports-4b98d5e0cc6cd3129daa57077765674768a5ca9d.tar.gz ports-4b98d5e0cc6cd3129daa57077765674768a5ca9d.zip |
Notes
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 72a052d071d7..b44334e137a9 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ icudata.34:${PORTSDIR}/devel/icu +BROKEN= Incorrect pkg-plist + USE_GCC= 3.4+ USE_PERL5= yes USE_GMAKE= yes |