summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-GdkPixbuf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-02 10:01:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-02 10:01:22 +0000
commitcea7e62674b05aed6e7e2856301cba9edd66e42b (patch)
tree9f5de305e0f5550275e61fa2c31c07b593ff73fb /x11-toolkits/p5-GdkPixbuf
parentUpdate to 4.6 (diff)
Still BROKEN with perl 5.8.4
Notes
Notes: svn path=/head/; revision=112768
Diffstat (limited to 'x11-toolkits/p5-GdkPixbuf')
-rw-r--r--x11-toolkits/p5-GdkPixbuf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile
index ac3a355d1845..7b416f3395e9 100644
--- a/x11-toolkits/p5-GdkPixbuf/Makefile
+++ b/x11-toolkits/p5-GdkPixbuf/Makefile
@@ -32,8 +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 && ${PERL_LEVEL} < 500804
-BROKEN= "Does not compile"
+.if ${PERL_LEVEL} >= 500800
+BROKEN= "Build fails"
.endif
.include <bsd.port.post.mk>