- replace BROKEN with IGNORE.

this port requires Tie::File 0.97 which is only availble on perl 5.7.3 or above.

PR:		90569
Submitted by:	leeym
Approved by:	maintainer
This commit is contained in:
Yen-Ming Lee 2005-12-19 14:37:33 +00:00
parent ef33c5bf4e
commit 69208ba639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151564

View file

@ -22,7 +22,7 @@ MAN3= Tie::iCal.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BROKEN= "Requires newer version of Perl with Tie::File 0.97 or later"
IGNORE= requires newer version of Perl with Tie::File 0.97 or later
.endif
.include <bsd.port.post.mk>