diff options
Diffstat (limited to 'databases/p5-Test-Database/Makefile')
-rw-r--r-- | databases/p5-Test-Database/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Test-Database/Makefile b/databases/p5-Test-Database/Makefile index 13ec56d12bab..5bc84d5a0e8e 100644 --- a/databases/p5-Test-Database/Makefile +++ b/databases/p5-Test-Database/Makefile @@ -14,10 +14,10 @@ COMMENT= Database handles ready for testing LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \ p5-File-HomeDir>=0.84:devel/p5-File-HomeDir -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |