aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-01-16 10:44:50 +0800
committerclsung <clsung@FreeBSD.org>2006-01-16 10:44:50 +0800
commit374eb0714cfa1c45490f58c907752af222b1ad77 (patch)
treeb5ecd33ee776e521a1308ecb0a757db3b560c8bf /www
parent4c26dc06738f8b76a946555dfc1ae5b71d9b4e72 (diff)
downloadfreebsd-ports-graphics-374eb0714cfa1c45490f58c907752af222b1ad77.tar.gz
freebsd-ports-graphics-374eb0714cfa1c45490f58c907752af222b1ad77.tar.zst
freebsd-ports-graphics-374eb0714cfa1c45490f58c907752af222b1ad77.zip
- Add missing dependency. (textproc/XML-RSS-LibXML in ports/91819)
- Bump PORTREVISION. PR: 91820 Submitted by: Gea-Suan Lin <gslin AT gslin dot org>
Diffstat (limited to 'www')
-rw-r--r--www/p5-WebService-Bloglines/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-WebService-Bloglines/Makefile b/www/p5-WebService-Bloglines/Makefile
index afd5e91f93b..4b8698a03d3 100644
--- a/www/p5-WebService-Bloglines/Makefile
+++ b/www/p5-WebService-Bloglines/Makefile
@@ -8,6 +8,7 @@
PORTNAME= WebService-Bloglines
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WebService
@@ -18,6 +19,7 @@ COMMENT= Easy-to-use Interface for Bloglines Web Services
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
+ ${SITE_PERL}/XML/RSS/LibXML.pm:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \
${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS= ${BUILD_DEPENDS}