diff options
-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 |