diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2009-01-14 18:42:14 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2009-01-14 18:42:14 +0000 |
commit | f09298a70995b08b7230fb1c0b4cb808c9682b95 (patch) | |
tree | a9598fae1ce95e56f2ed153c6cc6c8e9c08f560b /textproc/p5-Plagger | |
parent | 7a085fcb3e2dc500519d54daac930ac013494a8d (diff) |
Notes
Diffstat (limited to 'textproc/p5-Plagger')
-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) |