diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-06-11 19:58:44 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-06-11 19:58:44 +0000 |
commit | 4bd1c7d126e872dce3a0d3546088ae18c0f214fe (patch) | |
tree | 5ebfd50ea20d9f05730998e3c812a8db96d484c4 /www/w3mir | |
parent | 5c2ef999f7ee9892c3b2e72009da7a65f2d28573 (diff) | |
download | ports-4bd1c7d126e872dce3a0d3546088ae18c0f214fe.tar.gz ports-4bd1c7d126e872dce3a0d3546088ae18c0f214fe.zip |
Notes
Diffstat (limited to 'www/w3mir')
-rw-r--r-- | www/w3mir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 5be626256e0d..041fbdca73be 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.16 1999/05/17 21:42:56 ache Exp $ +# $Id: Makefile,v 1.17 1999/06/11 19:18:52 ache Exp $ # DISTNAME= w3mir-1.0.8 @@ -14,6 +14,8 @@ MAINTAINER= ache@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww +BROKEN= "Not yet ready for latest p5-libwww" + USE_PERL5= Yes MAN1= w3mir.1 w3mfix.1 |