diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/p5-Gnome/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/p5-GtkXmHTML/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/p5-qt/Makefile | 4 |
6 files changed, 5 insertions, 39 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index b0b9653a552d..7666c5fc5641 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -28,10 +28,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAN3= Gtk::Gdk::ImlibImage::reference.3pm -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile index a8e0872ac8c3..991b574d934e 100644 --- a/x11-toolkits/p5-Gnome/Makefile +++ b/x11-toolkits/p5-Gnome/Makefile @@ -30,10 +30,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAN3= Gnome.3pm \ Gnome::reference.3pm -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index 17c32916be4c..c57e3540e4cc 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -30,10 +30,4 @@ MAN3= Gtk.3pm \ Gtk::objects.3pm \ Gtk::reference.3pm -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-GtkXmHTML/Makefile b/x11-toolkits/p5-GtkXmHTML/Makefile index bff3b2dae342..e1bb83ba863b 100644 --- a/x11-toolkits/p5-GtkXmHTML/Makefile +++ b/x11-toolkits/p5-GtkXmHTML/Makefile @@ -25,10 +25,4 @@ USE_GNOME= gnomelibs PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index 80fbc29ff9c1..5f03794bb8d9 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -32,10 +32,4 @@ do-configure: @cd ${CONFIGURE_WRKSRC} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 # lang/p5-Tcl does -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-qt/Makefile b/x11-toolkits/p5-qt/Makefile index 78bcd6eae069..980e5c74c4b1 100644 --- a/x11-toolkits/p5-qt/Makefile +++ b/x11-toolkits/p5-qt/Makefile @@ -38,10 +38,6 @@ MAN3= Qt.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!" -.endif - .if ${ARCH} == "ia64" BROKEN= "Does not link on ia64" .endif |