diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-04-09 12:00:41 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-04-09 12:00:41 +0000 |
commit | 51e506d7ff830dc7395a2bd6d1f00bee43224b92 (patch) | |
tree | 14a6cebd4d7ac13bdd18739cce96ec16e10a7af1 /www/p5-libwww | |
parent | 1c2e6559b068d6600292e5c8dd8af27fbf882ea2 (diff) | |
download | FreeBSD-ports-51e506d7ff830dc7395a2bd6d1f00bee43224b92.zip FreeBSD-ports-51e506d7ff830dc7395a2bd6d1f00bee43224b92.tar.gz |
Mark as IS_INTERACTIVE to let batch runs continue until I can fix these two.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 22223fd..a518f9e 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/12/11 10:18:39 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/05 20:53:08 jfitz Exp $ # DISTNAME= libwww-perl-5.07 @@ -19,6 +19,8 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +IS_INTERACTIVE= YES + MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1 MAN3= File::CounterFile.3 File::Listing.3 Font::AFM.3 \ HTML::AsSubs.3 HTML::Element.3 HTML::Entities.3 \ |