diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /editors | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zim/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 9a97ada5ff85..9b7bbb006469 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= gtk20 desktopfileutils -PERL_MODBUILD= yes +PERL_MODBUILD= 5.8.0+ MAN1= zim.1 MAN3= Gtk2::Ex::DesktopEntryMenu.3 \ Gtk2::Ex::HyperTextBuffer.3 \ @@ -66,10 +66,6 @@ OPTIONS= TRAYICON "Support trayicon" on \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= perl 5.8.0 or newer required, please install lang/perl5.8 and try again -.endif - .if !defined(WITHOUT_TRAYICON) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2/TrayIcon.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-TrayIcon .endif |