diff options
Diffstat (limited to 'devel/p5-String-Formatter/Makefile')
-rw-r--r-- | devel/p5-String-Formatter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-String-Formatter/Makefile b/devel/p5-String-Formatter/Makefile index 7c79167e7719..8065040e17b4 100644 --- a/devel/p5-String-Formatter/Makefile +++ b/devel/p5-String-Formatter/Makefile @@ -14,9 +14,9 @@ COMMENT= Build sprintf-like functions of your own LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter -BUILD_DEPENDS:= ${RUN_DEPENDS} NO_ARCH= yes USES= perl5 |