diff options
Diffstat (limited to 'textproc/p5-Text-ParagraphDiff/Makefile')
-rw-r--r-- | textproc/p5-Text-ParagraphDiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-ParagraphDiff/Makefile b/textproc/p5-Text-ParagraphDiff/Makefile index 08eca2c44fae..bd84963ea599 100644 --- a/textproc/p5-Text-ParagraphDiff/Makefile +++ b/textproc/p5-Text-ParagraphDiff/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visual difference for paragraphed text -BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ p5-HTML-Parser>=0:www/p5-HTML-Parser -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix SHEBANG_FILES= bin/tdiff |