diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 08:37:17 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 08:37:17 +0000 |
commit | 7209d0926496413a9e90805d12bc7f8554ba0936 (patch) | |
tree | f0e0afca3c976c8add980ff67d78a1aee606136e | |
parent | 6b71b063d240f081b8168c7a2fbc5bb1e2d70b8a (diff) |
Notes
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index f622185cbec6..c89aac9699d7 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ icudata.34:${PORTSDIR}/devel/icu +BROKEN= doesn not package + USE_GCC= 3.4+ USE_PERL5= yes USE_GMAKE= yes diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile index 477a8f371b80..e0a0c12b45d1 100644 --- a/misc/p5-I18N-Charset/Makefile +++ b/misc/p5-I18N-Charset/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ ${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= does not package + PERL_CONFIGURE= YES MAN3= I18N::Charset.3 |