1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

BROKEN with perl 5.8: does not compile

This commit is contained in:
Kris Kennaway 2004-02-09 02:01:20 +00:00
parent 5021c54e29
commit 5f3263dda6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100445
2 changed files with 8 additions and 0 deletions

View File

@ -33,4 +33,8 @@ MAN3= Gtk::Gdk::ImlibImage::reference.3pm
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
.endif
.if ${PERL_LEVEL} >= 500800
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -32,4 +32,8 @@ MAN3= Gtk::Gdk::Pixbuf::reference.3pm
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
.endif
.if ${PERL_LEVEL} >= 500800
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>