diff options
Diffstat (limited to 'x11-toolkits/p5-GdkImlib/Makefile')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index 82d6d37ed55b..886337d72242 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -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> |