diff options
Diffstat (limited to 'devel/p5-Sub-Alias/Makefile')
-rw-r--r-- | devel/p5-Sub-Alias/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Sub-Alias/Makefile b/devel/p5-Sub-Alias/Makefile index 2c34874a66dd..f5a18b479288 100644 --- a/devel/p5-Sub-Alias/Makefile +++ b/devel/p5-Sub-Alias/Makefile @@ -14,10 +14,10 @@ COMMENT= Simple subroutine alias LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Devel-BeginLift>=0:devel/p5-Devel-BeginLift \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Devel-BeginLift>=0:devel/p5-Devel-BeginLift \ p5-Devel-Declare>=0:devel/p5-Devel-Declare \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |