aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:01:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:01:20 +0000
commit5f3263dda67aa8126002f41ecd1a1bde600c41c6 (patch)
treef79a7739782d35a7477fb83773e273b35e8f0541 /x11-toolkits
parent5021c54e2922c91430cdc1f8790a3aaff99ac300 (diff)
downloadports-5f3263dda67aa8126002f41ecd1a1bde600c41c6.tar.gz
ports-5f3263dda67aa8126002f41ecd1a1bde600c41c6.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-GdkImlib/Makefile4
-rw-r--r--x11-toolkits/p5-GdkPixbuf/Makefile4
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>