diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-02-07 07:29:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-02-07 07:29:25 +0000 |
commit | 015afc3c74edcba95aa4ec7b7b1ef9c99fe513b3 (patch) | |
tree | c7081f79bd16521e98b23f5e48ddf21c8e0b8962 /editors/zim/Makefile | |
parent | c79606413ff4c73007c2ed657153f55989a437ad (diff) |
- Unbreak with perl5.10 by removing 'require 5.8.0' line.
- I'm not sure why this version requirement in Build.PL failed. But
our minimal perl version is 5.8.9 now, so we can omit this check.
Approved by: pav (implicit)
Notes
Notes:
svn path=/head/; revision=249354
Diffstat (limited to 'editors/zim/Makefile')
-rw-r--r-- | editors/zim/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index a10872161b14..fbfac48557e0 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -76,10 +76,6 @@ 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 |