diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-22 11:43:47 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-22 11:43:47 +0000 |
commit | 758a3279afe8da4908362043e07854ff23ea0cf4 (patch) | |
tree | c425302d69118e3cafd958885c8ad4128f4a10d9 /textproc | |
parent | - Update to 1.00 [1] (diff) |
o Add missing dependency
o Bump PORTREVISION
Pointy hat to: lioux
Notes
Notes:
svn path=/head/; revision=151832
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-xmltv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index 67cc50a291d6..1ce04621d17e 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmltv PORTVERSION= 0.5.41 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmltv @@ -34,6 +35,7 @@ BUILD_DEPENDS= \ ${SITE_PERL}/Term/ProgressBar.pm:${PORTSDIR}/devel/p5-Term-ProgressBar \ ${SITE_PERL}/Lingua/Preferred.pm:${PORTSDIR}/textproc/p5-Lingua-Preferred \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ + ${SITE_PERL}/Unicode/UTF8simple.pm:${PORTSDIR}/converters/p5-Unicode-UTF8simple \ ${SITE_PERL}/Lingua/EN/Numbers/Ordinate.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers-Ordinate \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ ${SITE_PERL}/HTTP/Cache/Transparent.pm:${PORTSDIR}/www/p5-HTTP-Cache-Transparent |