diff options
Diffstat (limited to 'textproc/p5-Parse-CSV/Makefile')
-rw-r--r-- | textproc/p5-Parse-CSV/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Parse-CSV/Makefile b/textproc/p5-Parse-CSV/Makefile index ed1101716c76..30aafc5ae0f4 100644 --- a/textproc/p5-Parse-CSV/Makefile +++ b/textproc/p5-Parse-CSV/Makefile @@ -13,9 +13,9 @@ COMMENT= Highly flexible CSV parser for large files LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Params-Util>=1:devel/p5-Params-Util \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Params-Util>=1:devel/p5-Params-Util \ p5-Text-CSV_XS>=0.80:textproc/p5-Text-CSV_XS -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |