diff options
author | sem <sem@FreeBSD.org> | 2009-01-15 02:42:14 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2009-01-15 02:42:14 +0800 |
commit | 920e9b3bbf03e0d3528a6d8793e6e378f15ee2bd (patch) | |
tree | 7544aa325923cdf295c7be0c2a322a756ca9e130 /textproc | |
parent | c4da1e0a82b15d5661da706eaefb75adfadefecb (diff) | |
download | freebsd-ports-gnome-920e9b3bbf03e0d3528a6d8793e6e378f15ee2bd.tar.gz freebsd-ports-gnome-920e9b3bbf03e0d3528a6d8793e6e378f15ee2bd.tar.zst freebsd-ports-gnome-920e9b3bbf03e0d3528a6d8793e6e378f15ee2bd.zip |
- Change dependency from p5-Text-CSV_PP to p5-Text-CSV. The first one will be
removed and the second one includes Text::CVS_PP.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 5de4027d7865..13b8cefa81a8 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -154,7 +154,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Co .endif .if defined(WITH_PUBLISHCSV) -BUILD_DEPENDS+= ${SITE_PERL}/Text/CSV_PP.pm:${PORTSDIR}/textproc/p5-Text-CSV_PP +BUILD_DEPENDS+= ${SITE_PERL}/Text/CSV_PP.pm:${PORTSDIR}/textproc/p5-Text-CSV .endif .if defined(WITH_FILDEGYT) |