diff options
author | leeym <leeym@FreeBSD.org> | 2005-12-21 21:30:13 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-12-21 21:30:13 +0800 |
commit | ff770c7a06fc251e2274ae8805c54177550bdaf6 (patch) | |
tree | ec94881fca93f3d8ec1578e5480ff9e02ca7c7bf /www | |
parent | baa338a1da38b052aa22a318992dde2a5ec870b1 (diff) | |
download | freebsd-ports-gnome-ff770c7a06fc251e2274ae8805c54177550bdaf6.tar.gz freebsd-ports-gnome-ff770c7a06fc251e2274ae8805c54177550bdaf6.tar.zst freebsd-ports-gnome-ff770c7a06fc251e2274ae8805c54177550bdaf6.zip |
- now p5-MIME-Base64 is compatible on perl 5.005, however, another dependency
p5-HTML-Parser still prevent this port from installing. So, remove that comment
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Search-AltaVista/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/p5-WWW-Search-AltaVista/Makefile b/www/p5-WWW-Search-AltaVista/Makefile index f31de62d98ae..11c7c00b9212 100644 --- a/www/p5-WWW-Search-AltaVista/Makefile +++ b/www/p5-WWW-Search-AltaVista/Makefile @@ -35,7 +35,6 @@ MAN3= WWW::Search::AltaVista.3 \ .include <bsd.port.pre.mk> -# p5-WWW-Search-AltaVista -> p5-WWW-Search -> p5-libwww -> p5-URI -> p5-MIME-Base64 .if ${PERL_LEVEL} < 500600 IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again .endif |