diff options
Diffstat (limited to 'textproc/p5-Text-Sass/Makefile')
-rw-r--r-- | textproc/p5-Text-Sass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-Sass/Makefile b/textproc/p5-Text-Sass/Makefile index a669029bb8f0..54618f5580f2 100644 --- a/textproc/p5-Text-Sass/Makefile +++ b/textproc/p5-Text-Sass/Makefile @@ -14,10 +14,10 @@ COMMENT= Perl implementation of http://sass-lang.com/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-Readonly>=1.03:devel/p5-Readonly \ p5-Convert-Color>0:graphics/p5-Convert-Color -BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>0:lang/p5-Try-Tiny USES= perl5 |