diff options
Diffstat (limited to 'devel/p5-Object-Array/Makefile')
-rw-r--r-- | devel/p5-Object-Array/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Object-Array/Makefile b/devel/p5-Object-Array/Makefile index 15f8219b4438..4ad5c7a6e864 100644 --- a/devel/p5-Object-Array/Makefile +++ b/devel/p5-Object-Array/Makefile @@ -14,10 +14,10 @@ COMMENT= Array references with accessors LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-Sub-Install>=0:devel/p5-Sub-Install -RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |