diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 10:01:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 10:01:20 +0800 |
commit | afc90de96acfd256dccd78c25f0b657aeb295ce0 (patch) | |
tree | a1955cbf3a8a8d0c15952210b213c267a90e5c72 /x11-toolkits/p5-GdkPixbuf | |
parent | f7e7f7c0d34bee984193f1f02ba7e0fe2f957542 (diff) | |
download | freebsd-ports-gnome-afc90de96acfd256dccd78c25f0b657aeb295ce0.tar.gz freebsd-ports-gnome-afc90de96acfd256dccd78c25f0b657aeb295ce0.tar.zst freebsd-ports-gnome-afc90de96acfd256dccd78c25f0b657aeb295ce0.zip |
BROKEN with perl 5.8: does not compile
Diffstat (limited to 'x11-toolkits/p5-GdkPixbuf')
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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> |