diff options
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 4 |
2 files changed, 8 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> diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile index a115d87c91dc..b46f2d625356 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -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> |