diff options
Diffstat (limited to 'devel/p5-Lexical-Import/Makefile')
-rw-r--r-- | devel/p5-Lexical-Import/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Lexical-Import/Makefile b/devel/p5-Lexical-Import/Makefile index d6ca38ca78d3..fda60a6751d0 100644 --- a/devel/p5-Lexical-Import/Makefile +++ b/devel/p5-Lexical-Import/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Clean imports from package-exporting modules -BUILD_DEPENDS= p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \ p5-Module-Runtime>=0.011:devel/p5-Module-Runtime \ p5-Params-Classify>=0:devel/p5-Params-Classify -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage |