aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-GdkImlib
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/p5-GdkImlib
parent5021c54e2922c91430cdc1f8790a3aaff99ac300 (diff)
downloadports-5f3263dda67aa8126002f41ecd1a1bde600c41c6.tar.gz
ports-5f3263dda67aa8126002f41ecd1a1bde600c41c6.zip
BROKEN with perl 5.8: does not compile
Notes
Notes: svn path=/head/; revision=100445
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r--x11-toolkits/p5-GdkImlib/Makefile4
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>