diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-28 14:45:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-28 14:45:37 +0000 |
commit | 6599268e66bc8609023780a52199ce87b722a1d6 (patch) | |
tree | b0158711cef234dbe32d77b58849f7448b6060db /www/p5-libwww/Makefile | |
parent | Add p5-HTML-Parser. (diff) |
Add a depend of www/p5-HTML-Parser.
Notes
Notes:
svn path=/head/; revision=10735
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 54ff8a8e60ee..49b8e426af8a 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -4,7 +4,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.15 1998/03/03 22:09:24 ache Exp $ +# $Id: Makefile,v 1.16 1998/04/26 07:30:06 vanilla Exp $ # DISTNAME= libwww-perl-5.32 @@ -17,7 +17,8 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5 \ ${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${PREFIX}/lib/perl5/site_perl/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${PREFIX}/lib/perl5/site_perl/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_PERL5= YES |