diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-09 21:41:25 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-09 21:41:25 +0800 |
commit | 749d81ec6ae201fc18ae0fef82a25d8991d3e59b (patch) | |
tree | ade3a5d3ead5887fe3a1d6e12a0445d494c35f0e /textproc | |
parent | bed898fc029cfdd894760249afa54a09546af6f9 (diff) | |
download | freebsd-ports-gnome-749d81ec6ae201fc18ae0fef82a25d8991d3e59b.tar.gz freebsd-ports-gnome-749d81ec6ae201fc18ae0fef82a25d8991d3e59b.tar.zst freebsd-ports-gnome-749d81ec6ae201fc18ae0fef82a25d8991d3e59b.zip |
Remove PERL_BUILD_DEPENDS/PERL_RUN_DEPENDS, they don't work for this port.
Approved by: Rod Taylor <ports@rbt.ca> (maintainer)
Diffstat (limited to 'textproc')
-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 |