diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-06 14:48:45 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-06 14:48:45 +0800 |
commit | d509a037fdaf801c23204eb5810203cc21bbacac (patch) | |
tree | 57d1d235b4c8bd4ba7ea8efe424068317bf457e5 /x11-toolkits/p5-TclTk | |
parent | 1290c2ec6ceeca80a7385b1929a0e11a76d78cce (diff) | |
download | freebsd-ports-gnome-d509a037fdaf801c23204eb5810203cc21bbacac.tar.gz freebsd-ports-gnome-d509a037fdaf801c23204eb5810203cc21bbacac.tar.zst freebsd-ports-gnome-d509a037fdaf801c23204eb5810203cc21bbacac.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z
Diffstat (limited to 'x11-toolkits/p5-TclTk')
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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> |