diff options
Diffstat (limited to 'textproc/p5-RTF-Parser/Makefile')
-rw-r--r-- | textproc/p5-RTF-Parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-RTF-Parser/Makefile b/textproc/p5-RTF-Parser/Makefile index 6e861c17d05c..ff3dd5cb0868 100644 --- a/textproc/p5-RTF-Parser/Makefile +++ b/textproc/p5-RTF-Parser/Makefile @@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for parsing RTF files BUILD_DEPENDS= ${SITE_PERL}/RTF/Tokenizer.pm:${PORTSDIR}/textproc/p5-RTF-Tokenizer -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |