aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-04-28 22:45:37 +0800
committervanilla <vanilla@FreeBSD.org>1998-04-28 22:45:37 +0800
commitd85bc9cb5f08d8b71d95f98ed2650a167b6c9896 (patch)
treef5d1d4d0912b474d13a0b658b1b89ab7959f2d94
parent4915ff20ce4e811a16a8f24c5659be7912654cff (diff)
downloadfreebsd-ports-gnome-d85bc9cb5f08d8b71d95f98ed2650a167b6c9896.tar.gz
freebsd-ports-gnome-d85bc9cb5f08d8b71d95f98ed2650a167b6c9896.tar.zst
freebsd-ports-gnome-d85bc9cb5f08d8b71d95f98ed2650a167b6c9896.zip
Add a depend of www/p5-HTML-Parser.
-rw-r--r--www/p5-libwww/Makefile5
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