diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-02 10:01:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-02 10:01:22 +0000 |
commit | cea7e62674b05aed6e7e2856301cba9edd66e42b (patch) | |
tree | 9f5de305e0f5550275e61fa2c31c07b593ff73fb /x11-toolkits/p5-GdkPixbuf | |
parent | 2353cd2094efea37ffd1a997b94d411a12a100c9 (diff) | |
download | ports-cea7e62674b05aed6e7e2856301cba9edd66e42b.tar.gz ports-cea7e62674b05aed6e7e2856301cba9edd66e42b.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-GdkPixbuf')
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 4 |
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> |