diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /lang/p5-Marpa | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) |
Notes
Diffstat (limited to 'lang/p5-Marpa')
-rw-r--r-- | lang/p5-Marpa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile index 30a076f6a50e..f1993790b697 100644 --- a/lang/p5-Marpa/Makefile +++ b/lang/p5-Marpa/Makefile @@ -18,8 +18,7 @@ COMMENT= Parse any Language You Can Describe in BNF BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI -RUN_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ - p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |