diff options
Diffstat (limited to 'devel/p5-Git-Sub/Makefile')
-rw-r--r-- | devel/p5-Git-Sub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Git-Sub/Makefile b/devel/p5-Git-Sub/Makefile index 9c17e3295fe8..60eb880b6552 100644 --- a/devel/p5-Git-Sub/Makefile +++ b/devel/p5-Git-Sub/Makefile @@ -13,9 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ p5-System-Sub>=0.162800:devel/p5-System-Sub -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |