diff options
author | kris <kris@FreeBSD.org> | 2006-04-23 06:07:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-23 06:07:28 +0800 |
commit | cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5 (patch) | |
tree | faa81da502624e91c8751f4f4a34f731f012d598 /lang | |
parent | 8dd6efc2143ce4e50bc92d069a08de982a936944 (diff) | |
download | freebsd-ports-gnome-cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5.tar.gz freebsd-ports-gnome-cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5.tar.zst freebsd-ports-gnome-cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5.zip |
BROKEN: Incorrect pkg-plist
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 |