diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 09:12:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 09:12:10 +0800 |
commit | 9ccc7e92dea72d32d4ae04470bbce43e6f9227da (patch) | |
tree | 20264757b2346c435477e3f6cfdf324086bbafe9 /editors/zim | |
parent | 07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (diff) | |
download | freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.gz freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.zst freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.zip |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Diffstat (limited to 'editors/zim')
-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 |