diff options
| author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-09 13:41:25 +0000 |
|---|---|---|
| committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-09 13:41:25 +0000 |
| commit | dea3b55b90a8db3f50e981ad9d703c5ec9b1412b (patch) | |
| tree | c765c04a193203be3182e864eb60ca2d1e969339 /textproc/p5-Text-WordDiff | |
| parent | 9212aeda600f2bc1676037c9571e93b5c65fba9b (diff) | |
Notes
Diffstat (limited to 'textproc/p5-Text-WordDiff')
| -rw-r--r-- | textproc/p5-Text-WordDiff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile index 85c3bdae1d44..74a9720cf1d0 100644 --- a/textproc/p5-Text-WordDiff/Makefile +++ b/textproc/p5-Text-WordDiff/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@rbt.ca COMMENT= Text::WordDiff - Track changes between documents -PERL_BUILD_DEPENDS= Test-Simple:${PORTSDIR}/devel/p5-Test-Simple -PERL_RUN_DEPENDS= Algorithm-Diff:${PORTSDIR}/devel/p5-Algorithm-Diff \ - Term-ANSIColor:${PORTSDIR}/devel/p5-Term-ANSIColor \ - HTML-Entities:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ + ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_MODBUILD= yes |
