diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 04:53:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 04:53:42 +0000 |
commit | 15c26eb6a0e3d4979986e2c9fd3cc1542cdd371a (patch) | |
tree | b0fa9b18996a677b660c79b2997922d92ed19e2c /math | |
parent | f5e3871594ce9c992cf7b4e8b82ff6d9a414d001 (diff) |
BROKEN -> IGNORE to prevent package build
Notes
Notes:
svn path=/head/; revision=67947
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Currency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index 4708767e31d8..ef51d31f181e 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> .if ${OSVERSION} < 500007 -BROKEN= "Needs Perl 5.6.0 for Math::BigFloat" +IGNORE= "Needs Perl 5.6.0 for Math::BigFloat" .endif SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |