diff options
Diffstat (limited to 'databases/p5-DBIx-Safe/Makefile')
-rw-r--r-- | databases/p5-DBIx-Safe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Safe/Makefile b/databases/p5-DBIx-Safe/Makefile index 3127ad8ed599..b3c09af3c32c 100644 --- a/databases/p5-DBIx-Safe/Makefile +++ b/databases/p5-DBIx-Safe/Makefile @@ -15,9 +15,9 @@ COMMENT= Safer access to your database through a DBI database handle LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-DBD-Pg>=1.49:databases/p5-DBD-Pg \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-DBD-Pg>=1.49:databases/p5-DBD-Pg \ p5-DBI>=1.490:databases/p5-DBI -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure |