diff options
Diffstat (limited to 'devel/p5-System-Sub/Makefile')
-rw-r--r-- | devel/p5-System-Sub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-System-Sub/Makefile b/devel/p5-System-Sub/Makefile index 18d2b5ebf38f..098f55f95a99 100644 --- a/devel/p5-System-Sub/Makefile +++ b/devel/p5-System-Sub/Makefile @@ -13,10 +13,10 @@ 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-IPC-Run>=0:devel/p5-IPC-Run \ p5-Sub-Name>=0:devel/p5-Sub-Name -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |