diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /x11-toolkits/p5-Gtk/Makefile | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z
Notes
Notes:
svn path=/head/; revision=189335
Diffstat (limited to 'x11-toolkits/p5-Gtk/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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> |