diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-04-09 12:00:41 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-04-09 12:00:41 +0000 |
commit | 7e7d4bc6c80a3cceac52505d836737b7a1f96e8f (patch) | |
tree | 42f7d6b65d9cfcd38780ba46ed3023b27e5d4a15 /www/p5-libwww | |
parent | The dependency rules are created in bsd.port.mk only if *_DEPENDS are (diff) |
Mark as IS_INTERACTIVE to let batch runs continue until I can fix these two.
Notes
Notes:
svn path=/head/; revision=6170
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 22223fd6d16f..a518f9ef321d 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 \ |