aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-GdkPixbuf
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 10:01:20 +0800
committerkris <kris@FreeBSD.org>2004-02-09 10:01:20 +0800
commitafc90de96acfd256dccd78c25f0b657aeb295ce0 (patch)
treea1955cbf3a8a8d0c15952210b213c267a90e5c72 /x11-toolkits/p5-GdkPixbuf
parentf7e7f7c0d34bee984193f1f02ba7e0fe2f957542 (diff)
downloadfreebsd-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/Makefile4
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>