summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2012-06-05 14:27:52 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2012-06-05 14:27:52 +0000
commit5f4a456e719a61519010ce27a49eb90ba8250de7 (patch)
tree17d823c85715d0ec505fc52871180c8c7bddc53c /archivers/p5-Archive-Tar
parentMaps are ordered hashes that are both ordered, string/symbol indifferent, and (diff)
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes: svn path=/head/; revision=298474
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r--archivers/p5-Archive-Tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 4b99170f1572..f5027d698948 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -27,7 +27,7 @@ TEXTDIFF_DESC= "Text::Diff support for ptardiff"
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTEXTDIFF}
-RUN_DEPENDS+= ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff
+RUN_DEPENDS+= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
.endif
.include <bsd.port.pre.mk>