diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-09-01 23:00:35 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-09-01 23:00:35 +0800 |
commit | 62e0710f04e506db2f6a8958b44f7b6cb6edae44 (patch) | |
tree | 861854eb46254729989315ef655a571b8bd864b9 /textproc | |
parent | 0d6896575677a6a8527b88200fc4097d899dc687 (diff) | |
download | freebsd-ports-gnome-62e0710f04e506db2f6a8958b44f7b6cb6edae44.tar.gz freebsd-ports-gnome-62e0710f04e506db2f6a8958b44f7b6cb6edae44.tar.zst freebsd-ports-gnome-62e0710f04e506db2f6a8958b44f7b6cb6edae44.zip |
Add a missed dependency and then bump PORTREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index adfcca1ad6b0..7da2245f7034 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-RSS PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension to manage RDF Site Summary (RSS) files -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest PERL_CONFIGURE= yes |