aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2010-02-06 04:04:50 +0800
committerskv <skv@FreeBSD.org>2010-02-06 04:04:50 +0800
commite4f897ba2db6e37d656162f9f4065c27b1a85f78 (patch)
tree7f7bc43ed96e80596cd8b0c9704c20502e6754db /editors
parent5002d49d0f3c4f35ead8c4438be55c1d380d291c (diff)
downloadfreebsd-ports-gnome-e4f897ba2db6e37d656162f9f4065c27b1a85f78.tar.gz
freebsd-ports-gnome-e4f897ba2db6e37d656162f9f4065c27b1a85f78.tar.zst
freebsd-ports-gnome-e4f897ba2db6e37d656162f9f4065c27b1a85f78.zip
Mark as brokend on Perl 5.10
Approved by: pav (implicit)
Diffstat (limited to 'editors')
-rw-r--r--editors/zim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index fbfac48557e0..a10872161b14 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -76,6 +76,10 @@ OPTIONS= TRAYICON "Support trayicon" on \
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 501000
+BROKEN= does not build
+.endif
+
.if !defined(WITHOUT_TRAYICON)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2/TrayIcon.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-TrayIcon
.endif