1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Mark as brokend on Perl 5.10

Approved by:    pav (implicit)
This commit is contained in:
Sergey Skvortsov 2010-02-05 20:04:50 +00:00
parent 9c42dc5f95
commit 135f34f2f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249303

View File

@ -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